meta-digi-arm: ccimx6ul: Remove wifi machine feature for mainline bsp use.
The meta-freescale-3rdparty layer used for the mainline bsp support does not support the WiFi interface on thud. WiFi is currently merged on master so it will probably be available on Zeus (2.8). Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
1204c236d8
commit
471d8ad583
|
|
@ -41,6 +41,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
MACHINE_EXTRA_RRECOMMENDS_remove_use-mainline-bsp = "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)}"
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth cryptochip"
|
||||
MACHINE_FEATURES_remove_use-mainline-bsp = "wifi"
|
||||
|
||||
# mkfs.ubifs parameters for boot partition (the one holding kernel and device tree files)
|
||||
# Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size.
|
||||
|
|
|
|||
Loading…
Reference in New Issue