Skip to content

Commit

Permalink
packagegroup-firmware-rb1: select A702 firmware package (#760)
Browse files Browse the repository at this point in the history
Correct c&p error, RB1 (qrb2210) has the Adreno 702, which uses
linux-firmware-qcom-adreno-a702 instead of -a630. Select the correct
firmware package.
  • Loading branch information
ricardosalveti authored Feb 19, 2025
2 parents d7ad1c8 + 7a81f5f commit 5c84a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/packagegroups/packagegroup-firmware-rb1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "Firmware packages for the RB1 Robotics platform"
inherit packagegroup

RRECOMMENDS:${PN} += " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-qcm2290-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a702 linux-firmware-qcom-qcm2290-adreno', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k-wcn3990 linux-firmware-qcom-qcm2290-wifi ', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn3950', '', d)} \
linux-firmware-lt9611uxc \
Expand Down

0 comments on commit 5c84a20

Please sign in to comment.