From: Nitin A Kamble <[email protected]> Provide the emenlow 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 emenlow 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-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 0000000..54c4abd --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -0,0 +1,20 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_emenlow = "emenlow" +KMACHINE_emenlow = "emenlow" +KBRANCH_emenlow = "standard/emenlow" +KERNEL_FEATURES_emenlow_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb" + +COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" +KMACHINE_emenlow-noemgd = "emenlow" +KBRANCH_emenlow-noemgd = "standard/emenlow" +KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600" + +SRCREV_machine_emenlow = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_meta_emenlow = "fe20c99783387dab779472ff50a88666da1c6391" +SRCREV_emgd_emenlow = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1" + +SRCREV_machine_emenlow-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_meta_emenlow-noemgd = "fe20c99783387dab779472ff50a88666da1c6391" + +SRC_URI_emenlow = "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
