mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
11 lines
350 B
Plaintext
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 ?= ""
|