Skip to content

Commit 19cd8c8

Browse files
committed
qcom-armv8a: ensure iq-8275 firmware availability
Firmware binaries required for the iq-8275 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-8275 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 8fcbe81 commit 19cd8c8

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
@@ -84,6 +84,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
8484
packagegroup-dragonboard410c-firmware \
8585
packagegroup-dragonboard820c-firmware \
8686
packagegroup-dragonboard845c-firmware \
87+
packagegroup-iq-8275-evk-firmware \
8788
packagegroup-rb1-firmware \
8889
packagegroup-rb2-firmware \
8990
packagegroup-rb3gen2-firmware \

0 commit comments

Comments
 (0)