summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-03-26 14:14:14 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-03-26 15:38:44 -0500
commit8bc4fb67dea783725a23990f52792133e783ef70 (patch)
treeac185fe3fa9ce8a437c7aaf13357ed3d75de0a52
parent294487ac822b0c9b9f4ff7861c0b67b43e99a781 (diff)
downloadmeta-intel-8bc4fb67dea783725a23990f52792133e783ef70.tar.gz
crystalforest: linux-yocto_3.8 recipe extension
Provide the crystalforest 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 crystalforest BSP. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
-rw-r--r--meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
new file mode 100644
index 00000000..d3ffde53
--- /dev/null
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -0,0 +1,17 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
4KMACHINE_crystalforest-gladden = "crystalforest"
5KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest"
6
7SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
8SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "c2ed0f16fdec628242a682897d5d86df4547cf24"
9
10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
11KMACHINE_crystalforest-server = "crystalforest"
12KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest"
13
14SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
15SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "c2ed0f16fdec628242a682897d5d86df4547cf24"
16
17module_autoload_uio = "uio"