From ef380cf61f48a03d9d2232a76d11f477c4b1f376 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 25 Feb 2013 11:39:39 -0800 Subject: emenlow: linux-yocto-dev recipe extension 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 Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto-dev.bbappend | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend (limited to 'meta-emenlow') 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 00000000..54c4abd2 --- /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" -- cgit v1.2.3-54-g00ecf