summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2023-11-03 10:54:07 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-11-29 17:46:34 +0100
commitc1602d91d82d00320c3eab5d921f196e83765bd1 (patch)
tree4527a4b51c8099068786a24514e6843b029c2bf4
parentab975cadf33a9ec1914870a82c342f99d4e586d7 (diff)
machines: verdin-am62: fix wifi firmware dependency
MACHINE_FIRMWARE is a variable existing and managed only on meta-freescale, to have the Wi-Fi firmware properly deployed we need it to be added to the standard MACHINE_EXTRA_RRECOMMENDS variable. Related-To: ELB-5457 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit 98c579337436e55e09bcc032e54f00ed9b9f0464)
-rw-r--r--conf/machine/verdin-am62.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 342ea99..79a60a5 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -71,7 +71,7 @@ WKS_FILE_DEPENDS:append = " u-boot-distro-boot"
WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update"
# handle machine firmware
-MACHINE_FIRMWARE:append = " linux-firmware-iw416"
+MACHINE_EXTRA_RRECOMMENDS:append = " linux-firmware-iw416"
IMAGE_CLASSES:append = " image_type_tezi"
IMAGE_FSTYPES:append = " teziimg"