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:
parent
20978c6870
commit
60d46e6af5
|
|
@ -56,7 +56,7 @@ IMAGE_INSTALL_append = " \
|
||||||
wireless-regdb-static \
|
wireless-regdb-static \
|
||||||
udev-rules-nmhw \
|
udev-rules-nmhw \
|
||||||
nmhw-fwupdate \
|
nmhw-fwupdate \
|
||||||
bootloader-config \
|
${@bb.utils.contains("MACHINE_FEATURES", "imx-boot", "", "bootloader-config", d)} \
|
||||||
sys-mon \
|
sys-mon \
|
||||||
scripts-nm \
|
scripts-nm \
|
||||||
mmc-utils \
|
mmc-utils \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue