Wind River Support Network

HomeDefectsLIN1019-3263
Fixed

LIN1019-3263 : intel-x86-64: WARNING: do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration when with wifi-usb.scc

Created: Nov 5, 2019    Updated: Dec 11, 2019
Resolved Date: Nov 20, 2019
Found In Version: 10.19.45.1
Fix Version: 10.19.45.2
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: BSP

Description

TEST_STEP
setup.sh --machines=intel-x86-64 --distros=wrlinux --dl-layers --accept-eula=yes
. ./oe-init-build-env build
echo PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" >> conf/local.conf
bitbake wrlinux-image-std

In conf/local.conf :

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
KERNEL_FEATURES_append =" features/wifi/wifi-usb.scc"
BB_NUMBER_THREADS ?= "24"
PARALLEL_MAKE ?= "-j 24"

build log:
Logs
NOTE: recipe opkg-native-1_0.4.1-r0: task do_populate_sysroot: Succeeded
NOTE: Running noexec task 2446 of 5076 (virtual:native:/buildarea1/wrlinux-10.19/build_dir/auto/1572950052/layers/oe-core/meta/recipes-devtools/opkg/opkg_0.4.1.bb:do_build)
WARNING: linux-yocto-5.2.21+gitAUTOINC+59926b90ce_687ae87884-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:

---------- CONFIG_ATH9K_HTC -----------------
Config: CONFIG_ATH9K_HTC
From: /buildarea1/wrlinux-10.19/build_dir/auto/1572950052/build/tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v5.2/standard/intel-x86/features/wifi/atheros-usb.cfg
Requested value: CONFIG_ATH9K_HTC=y
Actual value: CONFIG_ATH9K_HTC=m

Config 'ATH9K_HTC' has the following Direct dependencies (=m):
USB(=y) && MAC80211(=m) && WLAN_VENDOR_ATH(=y) && WLAN(=y) && NETDEVICES(=y)

---------- CONFIG_RTL8187 -----------------
Config: CONFIG_RTL8187
From: /buildarea1/wrlinux-10.19/build_dir/auto/1572950052/build/tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v5.2/standard/intel-x86/features/wifi/realtek-usb.cfg
Requested value: CONFIG_RTL8187=y
Actual value: CONFIG_RTL8187=m

Config 'RTL8187' has the following Direct dependencies (=m):
MAC80211(=m) && USB(=y) && WLAN_VENDOR_REALTEK(=y) && WLAN(=y) && NETDEVICES(=y)

---------- CONFIG_RTL_CARDS -----------------
Config: CONFIG_RTL_CARDS
From: /buildarea1/wrlinux-10.19/build_dir/auto/1572950052/build/tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v5.2/standard/intel-x86/features/wifi/realtek-usb.cfg
Requested value: CONFIG_RTL_CARDS=y
Actual value: CONFIG_RTL_CARDS=m

Config 'RTL_CARDS' has the following Direct dependencies (=m):
MAC80211(=m) && PCI(=y) || USB(=y) (=y) && WLAN_VENDOR_REALTEK(=y) && WLAN(=y) && NETDEVICES(=y)

NOTE: recipe linux-yocto-5.2.21+gitAUTOINC+59926b90ce_687ae87884-r0: task do_kernel_configcheck: Succeeded
NOTE: Running task 2447 of 5076 (/buildarea1/wrlinux-10.19/build_dir/auto/1572950052/layers/oe-core/meta/recipes-kernel/linux/linux-yocto_5.2.bb:do_compile)
NOTE: recipe linux-yocto-5.2.21+gitAUTOINC+59926b90ce_687ae87884-r0: task do_compile: Started
NOTE: recipe gobject-introspection-native-1.60.2-r0: task do_compile: Succeeded

Steps to Reproduce

TEST_STEP
/folk/lpg-build/cdc/fast_prod/WRL10_19/WRL10_19_GIT/wrlinux-10/setup.sh --machines=intel-x86-64 --distros=wrlinux --dl-layers --accept-eula=yes 
. ./oe-init-build-env build 
echo PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" >> conf/local.conf 
bitbake  wrlinux-image-std
 
In conf/local.conf :
#jhu2 append as below:
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
KERNEL_FEATURES_append =" features/wifi/wifi-usb.scc"
BB_NUMBER_THREADS ?= "24"
PARALLEL_MAKE ?= "-j 24"
Live chat
Online