DART-6UL Yocto Fido R1 Customizing kernel and uboot

From Variscite Wiki
Revision as of 14:18, 31 August 2016 by Eran (talk | contribs) (Undo revision 6473 by Eran (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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-6ul/blob/imx_3.14.52_6ul_ga-var01/recipes-kernel/linux/linux-variscite_3.14.52.bb

SRCBRANCH = "imx_3.14.52_1.1.0_ga-var01"
LOCALVERSION = "-6UL"
SRCREV = "9a664561bba7711a881c2d01441bb4e8de06c858"
KERNEL_SRC ?= "git://github.com/varigit/linux-2.6-imx.git;protocol=git"
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"

with your own, For example:

SRCBRANCH = "imx_3.14.52_1.1.0_ga-var01"
LOCALVERSION = "-6UL"
SRCREV = "9dfaf4545rfhhshfs"
KERNEL_SRC ?= "git://github.com/customer/linux-2.6-imx.git;protocol=git"
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"

Also replace:
https://github.com/varigit/meta-variscite-6ul/blob/imx_3.14.52_6ul_ga-var01/recipes-bsp/u-boot/u-boot-var-6ul_2015.10.bb

SRCBRANCH = "imx_v2015.10_dart_6ul_var1"
UBOOT_SRC ?= "git://github.com/varigit/uboot-imx.git;protocol=git;protocol=git"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
SRCREV = "e85a47ecfd7782f40a9bfaca28615f9e8a326030"

to replace Variscite's uboot with your own