OpenSTLinux remove wifi and bluetooth support
We are using OpenSTLinux to generate a custom image for our custom board. This board has no wifi nor bluetooth so we would like to remove it's support.
Our machine conf file is based on stm32mp1-eval.conf with the following edition (commenting wifi and bluetooth and adding MACHINE_FEATURES_remove for wifi and bluetooth)
But even with these modification bluez, packagegroup-base-bluetooth, packagegroup-base-wifi and wpa-supplicant are included in our image (accoridng to manifest).
How can we remove bluetooth and wifi support ?
#MACHINE_FEATURES += "bluetooth"
#MACHINE_FEATURES += "wifi"
MACHINE_FEATURES_remove = "wifi"
MACHINE_FEATURES_remove = "bluetooth"
#BLUETOOTH_LIST += "linux-firmware-bluetooth-bcm4343"
#WIFI_LIST += "linux-firmware-bcm43430"