summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@toradex.com>2023-01-19 13:07:05 -0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-01-20 11:23:55 +0000
commitc18aa339e5cbb915f40411fca744e8717feab1a4 (patch)
tree6eb186717fc38d6754d53f9a08e358fda6beaa2c
parent9baec9cc6777638b44249877d453d03fcb298632 (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>
-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 f75c763..53b125e 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -82,7 +82,7 @@ IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_VERSION_u-boot-toradex = "2022.04%"
# 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"