Could it be that you disabled the support of the kernel modules in the kconfig by accident?
This config in particular,
```
CONFIG_MODULES=y
```
-May
From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>
On Behalf Of Jesus Jimenez Sanchez via lists.yoctoproject.org
Sent: Wednesday, October 9, 2024 8:07 PM
To: Jesus Jimenez Sanchez <Jesus.JimenezSanchez@verifone.com>; yocto@lists.yoctoproject.org
Subject: [EXTERNAL] Re: [yocto] Help enabling the BT_QCA driver
|
Hello,
I wanted to add that I have been able to enable the driver using menuconfig by enabling its dependencies.
The problem I'm facing now is that Yocto is not building the kernel object files (.ko), not even the ones it was building before. As far as I know I have only changed the configuration to build this new driver
but I could be wrong and maybe touche where I shouldn't.
Is there a way to tell Yocto to build those kernel objects?
Thank you.