diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-03-04 11:42:00 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-03-06 15:35:09 -0600 |
commit | 530251f114ee26d865ede90b5f1eba6ab3098abf (patch) | |
tree | da5067a99effcb21b5c969fbdddc9ae6d713479e /meta-sugarbay | |
parent | 5d16db52f783f5f282749ba91c5b7a831d315e4f (diff) | |
download | meta-intel-530251f114ee26d865ede90b5f1eba6ab3098abf.tar.gz |
sugarbay: linux-yocto_3.8 recipe extension
Provide the sugarbay BSP specific extension for the linux-yocto_3.8
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@intel.com>
Diffstat (limited to 'meta-sugarbay')
-rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 index 00000000..3cbf42d2 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend | |||
@@ -0,0 +1,9 @@ | |||
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 | |||
8 | SRCREV_meta_sugarbay = "c2ed0f16fdec628242a682897d5d86df4547cf24" | ||
9 | SRCREV_machine_sugarbay = "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | ||