VAR-SOM-MX6 Yocto Jethro Customizing kernel and uboot

From Variscite Wiki
Revision as of 14:45, 27 June 2016 by Admin (talk | contribs)

Once completed developing your own kernel and uboot, create your own github account, and upload your proprietary kernel and uboot, to a new repository
Replace Variscite's Kernel and uboot yocto links, to point to your newly created github branches. i.e. replace kernel link:
https://github.com/varigit/meta-variscite-mx6/blob/imx-4.1.15-1.0.0_ga-var02/recipes-kernel/linux/linux-variscite_4.1.15.bb


SRCBRANCH = "imx-rel_imx_4.1.15_1.1.0_ga-var02"
LOCALVERSION = "-6QP"
SRCREV = "${AUTOREV}"
KERNEL_SRC ?= "git://github.com/varigit/linux-2.6-imx.git;protocol=git"

with your own, For example:

SRCBRANCH = "imx-rel_imx_4.1.15_1.1.0_ga-var02"
LOCALVERSION = "-6QP"
SRCREV = "${AUTOREV}"
KERNEL_SRC ?= "git://github.com/customer/linux-2.6-imx.git;protocol=git"

Also replace:
https://github.com/varigit/meta-variscite-mx6/blob/imx_3.14.38_6qp-var02/recipes-bsp/u-boot/u-boot-variscite_2015.04.bb

SRCBRANCH = "imx_v2015.04_3.14.52_1.1.0_ga_var01"
SRC_URI = "git://github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"

to replace Variscite's uboot with your own