From 9124870a6bcd99ebaeb0342f4fedf14dc1afebd8 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 13 Mar 2012 10:10:38 -0500 Subject: meta-emenlow: switch to linux-yocto-3.2 kernel Switch emenlow to the 3.2 kernel. Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow.conf | 2 ++ meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++ meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend 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 @@ #@DESCRIPTION: Machine configuration for eMenlow based systems, like the # Webs-2120 box. +PREFERRED_VERSION_linux-yocto ?= "3.2%" + require conf/machine/include/tune-atom.inc require conf/machine/include/ia32-base.inc 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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_emenlow = "emenlow" +KMACHINE_emenlow = "emenlow" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_emenlow = "standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX +#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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_emenlow = "emenlow" +KMACHINE_emenlow = "emenlow" +KBRANCH_emenlow = "standard/default/emenlow" +KERNEL_FEATURES_append_emenlow += " cfg/smp.scc" + +SRCREV_machine_pn-linux-yocto_emenlow ?= "86d05af47be45c786c1823a76b6854fa8b411bec" +SRCREV_meta_pn-linux-yocto_emenlow ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" -- cgit v1.2.3-54-g00ecf