From 44f1693da1156e60c8dcfe7f9a05ac7d69380d29 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Fri, 14 Jul 2023 13:16:03 +0200 Subject: machines: verdin-am62: add iw416 wifi firmware This change adds linux-firmware-iw416 package, which makes iw416 wifi firmware available on verdin-am62 root filesystem, since this is required on the HW V1.1 where the NXP IW416 chip is used. Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs --- conf/machine/verdin-am62.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf index 7dfe97c..e36adeb 100644 --- a/conf/machine/verdin-am62.conf +++ b/conf/machine/verdin-am62.conf @@ -59,6 +59,9 @@ WKS_FILE:k3 = "sdimage-2part.wks" 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" + IMAGE_CLASSES:append = " image_type_tezi" IMAGE_FSTYPES:append = " teziimg" # The payload offsets are given in number of 512 byte blocks. -- cgit v1.2.3