From: He Zhe <zhe...@windriver.com>

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 <zhe...@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com>
(cherry picked from commit c2cb9134a69ae10966533040f352111a77ae5238)
Signed-off-by: Yongxin Liu <yongxin....@windriver.com>
---
 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.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11162): 
https://lists.yoctoproject.org/g/linux-yocto/message/11162
Mute This Topic: https://lists.yoctoproject.org/mt/90398055/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to