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.

-- 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to