Move the smp and minimal efi fragments into the base BSP description rather than the recipe KERNEL_FEATURES.
Drop the -standard features from the base BSP description. These are already defined in sys940x-standard.scc, and they may not be wanted in other variants (such as tiny). Signed-off-by: Darren Hart <dvh...@linux.intel.com> --- meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc index 962b837..144d919 100644 --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc @@ -6,10 +6,6 @@ include cfg/dmaengine.scc include features/serial/8250.scc include cfg/vesafb.scc include cfg/usb-mass-storage.scc -include cfg/boot-live.scc include features/power/intel.scc - -include features/logbuf/size-normal.scc - -include features/latencytop/latencytop.scc -include features/profiling/profiling.scc +include cfg/smp.scc +include cfg/efi.scc -- 1.7.7.6 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto