From c1602d91d82d00320c3eab5d921f196e83765bd1 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Fri, 3 Nov 2023 10:54:07 +0100 Subject: 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 (cherry picked from commit 98c579337436e55e09bcc032e54f00ed9b9f0464) --- conf/machine/verdin-am62.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3