Skip to content

Commit 94d6df2

Browse files
committed
qcom-armv8a: ensure iq-9075 firmware availability
Firmware binaries required for the iq-9075 platform are not included by default in images built for qcom-armv8a. Since the firmware package is not part of the machine’s essential recommendations, systems may boot without the necessary firmware, leading to incomplete hardware support at runtime. Add firmware packagegroup to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS. By doing so, the required firmware binaries for the iq-9075 platform are automatically pulled into the image, ensuring they are available by default on qcom-armv8a builds. Signed-off-by: Kavinaya S <kavinaya@qti.qualcomm.com>
1 parent 19cd8c8 commit 94d6df2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/machine/qcom-armv8a.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
8585
packagegroup-dragonboard820c-firmware \
8686
packagegroup-dragonboard845c-firmware \
8787
packagegroup-iq-8275-evk-firmware \
88+
packagegroup-iq-9075-evk-firmware \
8889
packagegroup-rb1-firmware \
8990
packagegroup-rb2-firmware \
9091
packagegroup-rb3gen2-firmware \

0 commit comments

Comments
 (0)