summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-03-13 10:10:38 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-03-18 15:59:21 -0500
commit9124870a6bcd99ebaeb0342f4fedf14dc1afebd8 (patch)
tree3d5dc075c1c182168b25de03b2777d88a22673bb /meta-emenlow
parent59f55bb2e099e87bf8ad0a36e5139242a86dcca0 (diff)
downloadmeta-intel-9124870a6bcd99ebaeb0342f4fedf14dc1afebd8.tar.gz
meta-emenlow: switch to linux-yocto-3.2 kernel
Switch emenlow to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf2
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend8
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend9
3 files changed, 19 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 78020ba9..aecf2cb0 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -4,6 +4,8 @@
4#@DESCRIPTION: Machine configuration for eMenlow based systems, like the 4#@DESCRIPTION: Machine configuration for eMenlow based systems, like the
5# Webs-2120 box. 5# Webs-2120 box.
6 6
7PREFERRED_VERSION_linux-yocto ?= "3.2%"
8
7require conf/machine/include/tune-atom.inc 9require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 10require conf/machine/include/ia32-base.inc
9 11
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
new file mode 100644
index 00000000..15fc8473
--- /dev/null
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -0,0 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_emenlow = "emenlow"
3KMACHINE_emenlow = "emenlow"
4
5# Update the following to use a different BSP branch or meta SRCREV
6#KBRANCH_emenlow = "standard/preempt-rt/base"
7#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX
8#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 00000000..f9e0b1e5
--- /dev/null
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_emenlow = "emenlow"
4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/default/emenlow"
6KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
7
8SRCREV_machine_pn-linux-yocto_emenlow ?= "86d05af47be45c786c1823a76b6854fa8b411bec"
9SRCREV_meta_pn-linux-yocto_emenlow ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"