Skip to content

Commit

Permalink
packagegroup-firmware-rb3gen2: switch to -qcm6490- packages
Browse files Browse the repository at this point in the history
The QCS6490 and QCM6490 platforms are using the same firmware, with the
-qcm6490- being the main package name and -qcs6490- name being specified
by RPROVIDES.

Make the RB3 Gen 2 packagegroup use -qcm6490- firmware packages.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Feb 20, 2025
1 parent 86c28f2 commit 591eeb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes-bsp/packagegroups/packagegroup-firmware-rb3gen2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ SUMMARY = "Firmware packages for the RB3Gen2 platform"
inherit packagegroup

RRECOMMENDS:${PN} += " \
firmware-qcom-rb3gen2 \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a660', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6750 linux-firmware-qcom-qcs6490-wifi', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6750 linux-firmware-qcom-qcm6490-wifi', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn6750', '', d)} \
linux-firmware-qcom-qcs6490-audio \
linux-firmware-qcom-qcs6490-compute \
linux-firmware-qcom-qcm6490-audio \
linux-firmware-qcom-qcm6490-compute \
linux-firmware-qcom-vpu \
hexagon-dsp-binaries-thundercomm-rb3gen2-adsp \
hexagon-dsp-binaries-thundercomm-rb3gen2-cdsp \
Expand Down

0 comments on commit 591eeb0

Please sign in to comment.