From d719c0acf0a7fe010f23be11cd19676186bea784 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 30 Apr 2012 17:12:49 -0700 Subject: n450: Update to linux-yocto 3.2 Update the PREFERRED_VERSION to 3.2. Drop cfg/smp.scc as this is now included in common-pc. Signed-off-by: Darren Hart --- meta-n450/conf/machine/n450.conf | 3 +++ meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 10 ++++++++++ meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend (limited to 'meta-n450') diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index dac63eda..7ce4cc70 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf @@ -3,6 +3,9 @@ #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems +PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.2%" + require conf/machine/include/tune-atom.inc require conf/machine/include/ia32-base.inc diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..1c7fef99 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "atom-pc" + +KERNEL_FEATURES_append_n450 += " cfg/smp.scc" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_n450 = "yocto/standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..f02c4756 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "atom-pc" +KBRANCH_n450 = "standard/default/common-pc/base" + +#SRCREV_machine_pn-linux-yocto_n450 = XXXX +#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX -- cgit v1.2.3-54-g00ecf