CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to https://git.yoctoproject.org/linux-yocto-dev/commit/?h=standard/preempt-rt/base&id=554b0f3ca6f4948fdbab5f199858d902061318d0
and thus causes the following warnings on all preempt branches. [NOTE]: 'CONFIG_NUMA_BALANCING' last val (y) and .config val (n) do not match [NOTE]: 'CONFIG_NUMA_BALANCING_DEFAULT_ENABLED' last val (y) and .config val (n) do not match Signed-off-by: He Zhe <[email protected]> --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + intel-x86-64-preempt-rt.cfg | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 intel-x86-64-preempt-rt.cfg diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc b/bsp/intel-x86/intel-x86-64-preempt-rt.scc index e759c884..38331ac8 100644 --- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc +++ b/bsp/intel-x86/intel-x86-64-preempt-rt.scc @@ -7,3 +7,4 @@ include ktypes/preempt-rt include intel-x86-64.scc kconf hardware cfs-bandwidth.cfg +kconf hardware intel-x86-64-preempt-rt.cfg diff --git a/intel-x86-64-preempt-rt.cfg b/intel-x86-64-preempt-rt.cfg new file mode 100644 index 00000000..9880d740 --- /dev/null +++ b/intel-x86-64-preempt-rt.cfg @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT + +# CONFIG_NUMA_BALANCING is not set +# CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10737): https://lists.yoctoproject.org/g/linux-yocto/message/10737 Mute This Topic: https://lists.yoctoproject.org/mt/87694195/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
