[linux-yocto] [PATCH 5/7] jasperforest: Append default preempt-rt policy

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

diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-preempt-rt.scc
index 55772ff..71de028 100644
--- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-preempt-rt.scc
@@ -9,3 +9,7 @@ include bsp/common-pc-64/common-pc-64.scc
 include jasperforest.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