Hello, how do I remove ethernet support from my machine configuration in yocto? My machine is based on imx8mn-evk, which includes a line to specify wifi and Bluetooth but not ethernet.
MACHINE_FEATURES += "wifi bluetooth bcm43455 bcm4356 nxp8987-sdio"
I also searched imx-base.inc, but I didn't see a reference for ethernet.
Currently, the image works on my hardware; however, there are a few error messages related to UBOOT and kernel trying to access ethernet, but I don't have ethernet on my board. Just wifi. Any ideas?