From 60df241fff865454d08cae589ff5c1b062708988 Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Mon, 21 Oct 2013 22:59:57 +0800 Subject: 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 Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.10.bbappend | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend 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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_romley = "romley" + +KMACHINE_romley = "romley" +KBRANCH_romley = "standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b" +SRCREV_meta_pn-linux-yocto_romley ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" + +COMPATIBLE_MACHINE_romley-ivb = "romley-ivb" +KMACHINE_romley-ivb = "romley" +KBRANCH_romley-ivb = "standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley-ivb ?= "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b" +SRCREV_meta_pn-linux-yocto_romley-ivb ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" + +LINUX_VERSION = "3.10.11" + +module_autoload_uio = "uio" -- cgit v1.2.3-54-g00ecf