The routerstationpro.cfg is a nearly complete .config and needs to be pruned. Among a lot of other things, it defines various CONFIG_PREEMPT* settings which conflict with the preempt-rt settings. Remove them as they should be ktype policy, not bsp specific settings.
Signed-off-by: Darren Hart <[email protected]> --- .../bsp/routerstationpro/routerstationpro.cfg | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg index 1ac2c31..e08a92d 100644 --- a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg +++ b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg @@ -197,9 +197,6 @@ CONFIG_HZ_250=y # CONFIG_HZ_1024 is not set CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_HZ=250 -CONFIG_PREEMPT_NONE=y -# CONFIG_PREEMPT_VOLUNTARY is not set -# CONFIG_PREEMPT is not set CONFIG_SECCOMP=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y -- 1.7.6 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
