[linux-yocto] [PATCH 1/7] atom-pc: Append default preempt-rt policy

Darren Hart dvhart at linux.intel.com
Tue Jul 24 16:05:32 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>
---
 .../bsp/atom-pc/atom-pc-preempt-rt.scc             |    6 ++++++
 1 files changed, 6 insertions(+), 0 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 c976f16..4d049e1 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
@@ -7,3 +7,9 @@ include ktypes/standard
 branch preempt-rt
 
 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