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 ?= ""