summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOng Boon Leong <boon.leong.ong@intel.com>2013-10-21 22:59:57 +0800
committerTom Zanussi <tom.zanussi@intel.com>2013-10-21 17:58:14 -0500
commit60df241fff865454d08cae589ff5c1b062708988 (patch)
treede6bd3d021917e81a1443fbf713705aa9c7e2602
parent258f582ea9e037c4e4eff05f4742b6da55b18c0c (diff)
downloadmeta-intel-60df241fff865454d08cae589ff5c1b062708988.tar.gz
meta-romley: Enable linux-yocto_3.10 kernel recipe
Enable meta-romley linux-yocto_3.10 kernel version for both IVB & SNB platforms at version 3.10.11. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 00000000..ec8c9a17
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,20 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_romley = "romley"
4
5KMACHINE_romley = "romley"
6KBRANCH_romley = "standard/common-pc-64/romley"
7
8SRCREV_machine_pn-linux-yocto_romley ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b"
9SRCREV_meta_pn-linux-yocto_romley ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
10
11COMPATIBLE_MACHINE_romley-ivb = "romley-ivb"
12KMACHINE_romley-ivb = "romley"
13KBRANCH_romley-ivb = "standard/common-pc-64/romley"
14
15SRCREV_machine_pn-linux-yocto_romley-ivb ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b"
16SRCREV_meta_pn-linux-yocto_romley-ivb ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
17
18LINUX_VERSION = "3.10.11"
19
20module_autoload_uio = "uio"