Re: [yocto] wlan.ko kernel object not being built by Yocto #kernelmodule

2024-10-16 Thread Gyorgy Sarvari
Note that .ko files are built for modules (most often drivers), but CONFIG_WLAN is a boolean option, it has no module option. If it is included in the final config successfully, then the related code is part of the kernel itself, not a separate kernel object/module. You can find the final conf

Re: [yocto] wlan.ko kernel object not being built by Yocto #kernelmodule

2024-10-16 Thread Benjamin Mordaunt
DISTRO_FEATURES:append = “ wifi” ? On Wed, 16 Oct 2024 at 16:46, Jesus Jimenez Sanchez via lists.yoctoproject.org wrote: > Hello, > > I am trying to build the wlan.ko kernel object to enable wifi in an > embedded device but I haven't been able to do it so far. > > I have tried having the code fo

[yocto] wlan.ko kernel object not being built by Yocto #kernelmodule

2024-10-16 Thread Jesus Jimenez Sanchez via lists.yoctoproject.org
Hello, I am trying to build the wlan.ko kernel object to enable wifi in an embedded device but I haven't been able to do it so far. I have tried having the code for Linux in a remote repository and in a repository in my local computer. For the config file, I have a defconfig file in the Yocto