From 3dd6cfcde32c3130b263d374ab85207db78acf1a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 30 Aug 2013 16:47:12 +0000 Subject: sugarbay: linux-yocto_3.10 recipe extension Provide the sugarbay BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the right git branches of the kernel repository for the sugarbay BSP. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend (limited to 'meta-sugarbay/recipes-kernel') diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..38ed5ab1 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sugarbay = "sugarbay" + +KMACHINE_sugarbay = "sugarbay" +KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" +KERNEL_FEATURES_append_sugarbay = " features/usb/usb-uvcvideo features/media/v4l2" + +LINUX_VERSION = "3.10.10" + +SRCREV_meta_sugarbay = "ea900d1db60ba48962227f0976ac55f9e25bfa24" +SRCREV_machine_sugarbay = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" -- cgit v1.2.3-54-g00ecf