mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay architecture from the meta-intel branch. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
|
|
|
|
COMPATIBLE_MACHINE_crownbay = "crownbay"
|
|
KMACHINE_crownbay = "yocto/standard/crownbay"
|
|
KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
|
|
|
|
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
|
|
KMACHINE_crownbay-noemgd = "yocto/standard/crownbay"
|
|
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
|