[yocto] [PATCH 5/7] sys940x: Add common standard and preempt-rt features

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


Add the features commonly added to standard and preempt-rt scc files for
sys940x as well. This enables live boot capability as well various analysis
bits.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 .../bsp/sys940x/sys940x-preempt-rt.scc             |    5 +++++
 .../kernel-cache/bsp/sys940x/sys940x-standard.scc  |    9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
index 39fa1d4..daf5963 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
@@ -8,3 +8,8 @@ include ktypes/preempt-rt
 include sys940x.scc
 include cfg/efi-ext.scc
 
+# default policy for standard kernels
+include cfg/boot-live.scc
+include features/logbuf/size-normal.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
index 23f99fb..cf6d767 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
@@ -2,10 +2,17 @@ define KMACHINE sys940x
 define KTYPE standard
 define KARCH i386
 
+include ktypes/standard
+
 include features/emgd/emgd-1.10.scc
 git merge emgd-1.10
 
 include sys940x.scc
 include cfg/efi-ext.scc
 
-include ktypes/standard
+# default policy for standard kernels
+include cfg/boot-live.scc
+include features/logbuf/size-normal.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
+
-- 
1.7.7.6




More information about the yocto mailing list