From d29909877ab370649fd09a74916d6253b8f631e1 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 27 Apr 2011 12:02:55 -0700 Subject: n450: enable SMP and SCHED_SMT Fixes [YOCTO 1010] The Atom N450 CPU is single core with hyperthreading. Update the kernel recipe to build with CONFIG_SMP and CONFIG_SCHED_SMT. Signed-off-by: Darren Hart Acked-by: Bruce Ashfield --- meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend index e7c2df85..e69c644b 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend @@ -2,6 +2,9 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" KMACHINE_n450 = "atom-pc" COMPATIBLE_MACHINE_n450 = "n450" +# The n450 is a single core hypterthreaded CPU +KERNEL_FEATURES_append_n450 += " cfg/smp.scc" + # We use the atom-pc machine SRCREV and the default meta SRCREV #SRCREV_machine_pn-linux-yocto-stable_n450 = "" #SRCREV_meta_pn-linux-yocto-stable_n450 ?= "" -- cgit v1.2.3-54-g00ecf