diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-13 10:10:38 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-18 15:59:21 -0500 |
commit | 9124870a6bcd99ebaeb0342f4fedf14dc1afebd8 (patch) | |
tree | 3d5dc075c1c182168b25de03b2777d88a22673bb | |
parent | 59f55bb2e099e87bf8ad0a36e5139242a86dcca0 (diff) | |
download | meta-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>
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 | ||||
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 8 | ||||
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 |
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 | ||
7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | ||
8 | |||
7 | require conf/machine/include/tune-atom.inc | 9 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 10 | require 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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
3 | KMACHINE_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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
4 | KMACHINE_emenlow = "emenlow" | ||
5 | KBRANCH_emenlow = "standard/default/emenlow" | ||
6 | KERNEL_FEATURES_append_emenlow += " cfg/smp.scc" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_emenlow ?= "86d05af47be45c786c1823a76b6854fa8b411bec" | ||
9 | SRCREV_meta_pn-linux-yocto_emenlow ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" | ||