From: Tom Zanussi <[email protected]> SMP support was configured in recipe-space, remove it from recipe-space and move it here.
Signed-off-by: Tom Zanussi <[email protected]> --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc index d4299a9..c4bc1a5 100644 --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc @@ -10,6 +10,7 @@ include features/hpet/hpet.scc include cfg/vesafb.scc include cfg/usb-mass-storage.scc include cfg/boot-live.scc +include cfg/smp.scc include features/power/intel.scc include features/logbuf/size-normal.scc -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
