netmodule-image: Exclude bootloader-config for IMX

bootloader-config does not support the imx bootloader setup. It can only
identify uboot and is therefor failing on IMX targets.

BugzID: 69098
This commit is contained in:
Alexandre Bard 2020-11-24 12:51:49 +01:00
parent 20978c6870
commit 60d46e6af5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ IMAGE_INSTALL_append = " \
wireless-regdb-static \
udev-rules-nmhw \
nmhw-fwupdate \
bootloader-config \
${@bb.utils.contains("MACHINE_FEATURES", "imx-boot", "", "bootloader-config", d)} \
sys-mon \
scripts-nm \
mmc-utils \