Skip to content

Commit 691a36a

Browse files
packagegroup-qcs8300-ride: correct WLAN firmware packages
Based on the subversion ID of the HSP card on the qcs8300-ride platform, the HSP card should correspond to the QCA6698AQ firmware. Therefore, update the WLAN firmware package by replacing `linux-firmware-ath11k-wcn6855` with `linux-firmware-ath11k-qca6698aq`. Signed-off-by: Wei Zhang <[email protected]>
1 parent dcc46e3 commit 691a36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-bsp/packagegroups/packagegroup-qcs8300-ride.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGES = " \
99

1010
RRECOMMENDS:${PN}-firmware = " \
1111
${@bb.utils.contains_any('DISTRO_FEATURES', 'opencl opengl vulkan', 'linux-firmware-qcom-adreno-a623 linux-firmware-qcom-adreno-a650 linux-firmware-qcom-qcs8300-adreno', '', d)} \
12-
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6855', '', d)} \
12+
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq', '', d)} \
1313
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca2066', '', d)} \
1414
linux-firmware-qcom-qcs8300-audio \
1515
linux-firmware-qcom-qcs8300-compute \

0 commit comments

Comments
 (0)