From: Nitin A Kamble <[email protected]> Provide the crownbay BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the crownbay BSP.
This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble <[email protected]> --- .../recipes-kernel/linux/linux-yocto-dev.bbappend | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 0000000..be65caa --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -0,0 +1,20 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crownbay = "crownbay" +KMACHINE_crownbay = "crownbay" +KBRANCH_crownbay = "standard/crownbay" +KERNEL_FEATURES_crownbay_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +KMACHINE_crownbay-noemgd = "crownbay" +KBRANCH_crownbay-noemgd = "standard/crownbay" +KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb" + +SRCREV_meta_crownbay = "fe20c99783387dab779472ff50a88666da1c6391" +SRCREV_machine_crownbay = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_emgd_crownbay = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1" + +SRCREV_machine_crownbay-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_meta_crownbay-noemgd = "fe20c99783387dab779472ff50a88666da1c6391 + +SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" -- 1.7.3.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
