Commit 54a572b1 authored by Marc Ferland's avatar Marc Ferland Committed by Tom Zanussi
Browse files

Add SMP support to crownbay.


This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay
architecture from the meta-intel branch.

Signed-off-by: default avatarMarc Ferland <ferlandm@sonatest.com>
Signed-off-by: default avatarTom Zanussi <tom.zanussi@intel.com>
parent 6e35713d
No related merge requests found
Showing with 4 additions and 0 deletions
......@@ -2,6 +2,8 @@ FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
COMPATIBLE_MACHINE_crownbay = "crownbay"
KMACHINE_crownbay = "crownbay"
KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
......@@ -2,6 +2,8 @@ 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"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment