From: Zqiang <qiang.zh...@windriver.com>

[NOTE]: 'CONFIG_FW_LOADER' last val (n) and .config val (y) do not match
    [INFO]: CONFIG_FW_LOADER : y ## .config: 1567 
:configs/v5.4/ktypes/base/base.cfg (n)
    [INFO]: raw config text:

        config FW_LOADER
                tristate "Firmware loading facility" if EXPERT
                default y
                help
                  This enables the firmware loading facility in the kernel. The 
kernel
                  will first look for built-in firmware, if it has any. Next, 
it will
                  look for the requested firmware in a series of filesystem 
paths:

                        o firmware_class path module parameter or kernel boot 
param
                        o /lib/firmware/updates/UTS_RELEASE
                        o /lib/firmware/updates
                        o /lib/firmware/UTS_RELEASE
                        o /lib/firmware

                  Enabling this feature only increases your kernel image by 
about
                  828 bytes, enable this option unless you are certain you don't
                  need firmware.

                  You typically want this built-in (=y) but you can also enable 
this
                  as a module, in which case the firmware_class module will be 
built.
                  You also want to be sure to enable this built-in if you are 
going to
                  enable built-in firmware (CONFIG_EXTRA_FIRMWARE).

    [INFO]: selection details for 'CONFIG_FW_LOADER':
        Symbols currently y-selecting this symbol:
          - MICROCODE
          - MICROCODE_INTEL
          - R8169

this warning happend in intel-x86-64-preempt-rt bsp, override
CONFIG_FW_LOADER option in BSP.

Signed-off-by: Zqiang <qiang.zh...@windriver.com>
---
 bsp/intel-x86/intel-x86-64-preempt-rt.scc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc 
b/bsp/intel-x86/intel-x86-64-preempt-rt.scc
index e759c884..e97de15b 100644
--- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc
+++ b/bsp/intel-x86/intel-x86-64-preempt-rt.scc
@@ -4,6 +4,6 @@ define KTYPE preempt-rt
 define KARCH x86
 
 include ktypes/preempt-rt
-
+include features/firmware/firmware.scc
 include intel-x86-64.scc
 kconf hardware cfs-bandwidth.cfg
-- 
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9394): 
https://lists.yoctoproject.org/g/linux-yocto/message/9394
Mute This Topic: https://lists.yoctoproject.org/mt/79970014/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