meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
Darren Hart d29909877a 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 <dvhart@linux.intel.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-27 15:20:15 -07:00

11 lines
350 B
Plaintext

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