I have an STM32MP157F-DK2 and am attempting to create a build using Yocto. I am using meta layers poky, openembedded, and st-stm32mp. I can build core-image-minimal. This build lacks WiFi and USB OTG which are needed.
The image that comes with the board has WiFI and USB OTG working. I am adding additional networking (VPN, firewall) to my Yocto build. I have attempted to build core-image-base and am able to see the wlan0 adapter but something in that build is disab...