summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@toradex.com>2023-01-19 13:07:05 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-01-26 14:23:06 +0100
commit5ee28ba98d0b69666c6a66fd36516e31a26a73a7 (patch)
treea52ef2ad9e74ff12292878e16aedcdd1d42aba0a
parent99ee02c1aa0bae9f66ae78248a337366a128b620 (diff)
machine: verdin-imx8mp: include nxp89xx firmware
Currently the nxp89xx firmware is being included at the image level (i.e. when Toradex BSP users build a Toradex reference image). Because of this, custom images that are not based on the Toradex reference image don't get the nxp89xx firmware, and WiFi doesn't work. Fix that by including the firmware as a RRECOMMENDS package for the machine. Obs.: This change affects only images that are based on packagegroup-base, which does not include for example the core-image-minimal. Signed-off-by: Sergio Prado <sergio.prado@toradex.com> (cherry picked from commit c18aa339e5cbb915f40411fca744e8717feab1a4)
-rw-r--r--conf/machine/verdin-imx8mp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index 9870393..83fe88e 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -92,7 +92,7 @@ TEE_LOAD_ADDR = "0xbe000000"
UBOOT_MAKE_TARGET:use-mainline-bsp = "all"
# handle machine firmware
-MACHINE_FIRMWARE:append = " linux-firmware-sd8997"
+MACHINE_FIRMWARE:append = " linux-firmware-sd8997 linux-firmware-nxp89xx"
MACHINE_FIRMWARE:remove = "firmware-sof-imx"
IMAGE_CLASSES:append = " image_type_tezi"