Skip to content

Commit 5483f74

Browse files
authored
Add firmware binaries to qcom-armv8a machine (#1701)
Firmware binaries required for the iq-8275 and 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. This change adds 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.
2 parents 75dd48b + 94d6df2 commit 5483f74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/machine/qcom-armv8a.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
8484
packagegroup-dragonboard410c-firmware \
8585
packagegroup-dragonboard820c-firmware \
8686
packagegroup-dragonboard845c-firmware \
87+
packagegroup-iq-8275-evk-firmware \
88+
packagegroup-iq-9075-evk-firmware \
8789
packagegroup-rb1-firmware \
8890
packagegroup-rb2-firmware \
8991
packagegroup-rb3gen2-firmware \

0 commit comments

Comments
 (0)