Skip to content

Commit 32dfd02

Browse files
author
Wu Fang
committed
packagegroup-qcs615-adp-air: packagegroups for iq-615-evk
Add firmware packagegroups for iq-615-evk board. Signed-off-by: Wu Fang <[email protected]>
1 parent 5006da0 commit 32dfd02

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
SUMMARY = "Packages for the iq-615-evk platform"
2+
3+
inherit packagegroup
4+
5+
PACKAGES = " \
6+
${PN}-firmware \
7+
${PN}-hexagon-dsp-binaries \
8+
"
9+
10+
RRECOMMENDS:${PN}-firmware = " \
11+
${@bb.utils.contains_any('DISTRO_FEATURES', 'opencl opengl vulkan', 'linux-firmware-qcom-adreno-a630 linux-firmware-qcom-qcs615-adreno', '', d)} \
12+
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq', '', d)} \
13+
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca6698', '', d)} \
14+
linux-firmware-qcom-qcs615-audio \
15+
linux-firmware-qcom-qcs615-compute \
16+
linux-firmware-qcom-venus-5.4 \
17+
"
18+
RRECOMMENDS:${PN}-hexagon-dsp-binaries = " \
19+
hexagon-dsp-binaries-qcom-qcs615-ride-adsp \
20+
hexagon-dsp-binaries-qcom-qcs615-ride-cdsp \
21+
"

0 commit comments

Comments
 (0)