CONFIG_NUMA_BALANCING has been set to depend on !PREEMPT_RT according to
https://git.yoctoproject.org/linux-yocto/commit/?h=v5.10/standard/preempt-rt/base&id=53ecacfc9c6861e44f4e0a3754f038224aa7fb23

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 bd31121b..197b5064 100644
--- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc
+++ b/bsp/intel-x86/intel-x86-64-preempt-rt.scc
@@ -8,3 +8,4 @@ include ktypes/preempt-rt
 include intel-x86-64.scc
 include features/tsn/tsn.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 (#10736): 
https://lists.yoctoproject.org/g/linux-yocto/message/10736
Mute This Topic: https://lists.yoctoproject.org/mt/87694193/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to