mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
36cf032e3a
commit
d29909877a
|
@ -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 ?= ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user