From 22c86fa1f1439cfba70b426aa41b05e59f83eec3 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 25 Feb 2013 10:44:10 -0800 Subject: sugarbay: linux-yocto-dev recipe extension Provide the sugarbay 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 sugarbay BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend (limited to 'meta-sugarbay/recipes-kernel') diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 00000000..d810f662 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sugarbay = "sugarbay" + +KMACHINE_sugarbay = "sugarbay" +KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" + +SRCREV_machine_sugarbay = "60536206ad300ccf5b2be2c2d449f4ab27170238" +SRCREV_meta_sugarbay = "fe20c99783387dab779472ff50a88666da1c6391" -- cgit v1.2.3-54-g00ecf