summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
diff options
context:
space:
mode:
authorChang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2013-10-23 09:38:28 +0800
committerTom Zanussi <tom.zanussi@intel.com>2013-10-22 22:30:52 -0500
commit91366de45418c056050b981af5939dd9c91d5118 (patch)
treea8637ea72aa4cea76127785cdd3548223a298197 /meta-crystalforest
parent916932e0b633bb63faafafd1ffc9dae94f87ffab (diff)
downloadmeta-intel-91366de45418c056050b981af5939dd9c91d5118.tar.gz
meta-crystalforest: enable linux-yocto_3.10 kernel recipe
Enable meta-crystalforest linux-yocto_3.10 kernel version for both Gladden and Server platforms at version 3.10.11. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest')
-rw-r--r--meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 00000000..c585c9ae
--- /dev/null
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,19 @@
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 ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b"
8SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
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 ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b"
15SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
16
17LINUX_VERSION = "3.10.11"
18
19module_autoload_uio = "uio"