[yocto] [PATCH 7/7] sys940x: Cleanup sys940x.scc

Darren Hart dvhart at linux.intel.com
Tue May 1 15:13:31 PDT 2012


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 <dvhart at 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




More information about the yocto mailing list