The 3.0 preempt-rt patches use CONFIG_PREEMPT_RT_FULL instead of
CONFIG_PREEMPT_RT. Without this fix, the preemmpt-rt kernels build
with CONFIG_PREEMPT_NONE.

Signed-off-by: Darren Hart <[email protected]>
---
 .../kernel-cache/ktypes/preempt-rt/preempt-rt.cfg  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.cfg 
b/meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.cfg
index d27dd4a..b71c51c 100644
--- a/meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.cfg
+++ b/meta/cfg/kernel-cache/ktypes/preempt-rt/preempt-rt.cfg
@@ -10,7 +10,7 @@
 . consult the product documentation.
 .
 ..........................................................................
-CONFIG_PREEMPT_RT=y
+CONFIG_PREEMPT_RT_FULL=y
 CONFIG_HWLAT_DETECTOR=m
 
 CONFIG_SLAB=y
-- 
1.7.6

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to