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:
Alex Gonzalez 2019-07-11 14:01:45 +02:00 committed by Gonzalo Ruiz
parent 1204c236d8
commit 471d8ad583
1 changed files with 1 additions and 0 deletions

View File

@ -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_EXTRA_RRECOMMENDS_remove_use-mainline-bsp = "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)}"
MACHINE_FEATURES += "wifi bluetooth cryptochip" 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) # 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. # Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size.