[meta-ti] Kernel config fragments not in deployed image.

Andy Pont andy.pont at sdcsystems.com
Sun Aug 4 05:03:37 PDT 2019


I have created a linux-ti-staging_4.19.bbappend which contains the 
following:

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:”

SRC_URI += “ \
   file://rtl8192cu.cfg \
“

KERNEL_CONFIG_FRAGMENTS_append = “ \
   ${WORKDIR}/rtl8192cu.cfg \
“

The rtl8192cu.cfg file enables a few options to build a kernel module 
for the RTL8192 USB WiFi module:

CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_USB=m
CONFIG_RTLWIFI_DEBUG=y
CONFIG_RTL8192C_COMMON=m

After rebuilding the image I can find the resultant rtl8192cu.ko file in 
a number of directories under 
tmp/work/beaglebone-poky-linux-gnueabi/linux-ti-staging/4.19.38+gitAUTOINC+c17c376661-r22a 
but it isn’t in the lib/modules/… directory in the deployed image.

Have I missed a step somewhere along the way?

-Andy.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-ti/attachments/20190804/6e1d2244/attachment.html>


More information about the meta-ti mailing list