[linux-yocto] [PATCH][3.8][meta] atom-pc: Update atom-pc-preempt-rt.scc to reuse config from common-pc

Darren Hart dvhart at linux.intel.com
Thu Apr 4 08:34:06 PDT 2013


The atom-pc preempt-rt BSP was omitting the config from common-pc,
resulting in very few drivers being built, including USB_STORAGE,
preventing preliminary boot testing.

Remove the "standard features" as those are covered by the common-pc
scc files.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 .../bsp/atom-pc/atom-pc-preempt-rt.scc             |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
index 0db19b2..3f4e360 100644
--- a/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
@@ -2,13 +2,8 @@ define KMACHINE atom-pc
 define KTYPE preempt-rt
 define KARCH i386
 
-# re-use the base preempt-rt branch
-include ktypes/preempt-rt/preempt-rt.scc
+include bsp/common-pc/common-pc-preempt-rt.scc
+# No new branch required, re-use from preempt-rt.scc
+#branch atom-pc
 
 include atom-pc.scc
-
-# default policy for preempt-rt kernels
-include cfg/usb-mass-storage.scc
-include cfg/boot-live.scc
-include features/latencytop/latencytop.scc
-include features/profiling/profiling.scc
-- 
1.7.5.4




More information about the linux-yocto mailing list