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