diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-08-30 16:47:12 +0000 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-06 16:50:30 -0500 |
commit | 3dd6cfcde32c3130b263d374ab85207db78acf1a (patch) | |
tree | ed77028fe915cd3029acb352f0a175459e576438 /meta-sugarbay | |
parent | 2a86c0961acc12bdad564e53d8361ab2db6f397e (diff) | |
download | meta-intel-3dd6cfcde32c3130b263d374ab85207db78acf1a.tar.gz |
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 <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-sugarbay')
-rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
4 | |||
5 | KMACHINE_sugarbay = "sugarbay" | ||
6 | KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" | ||
7 | KERNEL_FEATURES_append_sugarbay = " features/usb/usb-uvcvideo features/media/v4l2" | ||
8 | |||
9 | LINUX_VERSION = "3.10.10" | ||
10 | |||
11 | SRCREV_meta_sugarbay = "ea900d1db60ba48962227f0976ac55f9e25bfa24" | ||
12 | SRCREV_machine_sugarbay = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" | ||