[linux-yocto] [PATCH 2/7] cedartrail: Append default preempt-rt policy

Darren Hart dvhart at linux.intel.com
Tue Jul 24 16:05:16 PDT 2012


Ensure the preempt-rt kernel has usb-mass-storage and boot-live support
in support of booting the hddimg images over USB.

Add the latencytop and profiling scc files to keep the default policy
consistent with the 'standard' kernel.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Tom Zanussi <tom.zanussi at intel.com>
CC: Kishore Bodke <kishore.k.bodke at intel.com>
---
 .../bsp/cedartrail/cedartrail-preempt-rt.scc       |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-preempt-rt.scc
index 1ab3629..713dd08 100755
--- a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-preempt-rt.scc
@@ -5,3 +5,9 @@ define KARCH i386
 # no new branch required, re-use the ktypes/preempt-rt branch
 include ktypes/preempt-rt
 include cedartrail.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
\ No newline at end of file
-- 
1.7.5.4




More information about the linux-yocto mailing list