[linux-yocto] [PATCH 4/7] chiefriver: Append default preempt-rt policy

Darren Hart dvhart at linux.intel.com
Tue Jul 24 16:05:18 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>
---
 .../bsp/chiefriver/chiefriver-preempt-rt.scc       |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-preempt-rt.scc
index eebec13..6272213 100644
--- a/meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-preempt-rt.scc
@@ -10,3 +10,7 @@ include chiefriver.scc
 
 # default policy for preempt-rt kernels
 include features/logbuf/size-normal.scc
+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