Skip to content

Commit 8fa4db3

Browse files
committed
packagegroup-hamoa-iot-evk: list firmware for Hamoa IoT EVK
Create packagegroup listing firmware for the Hamoa IoT EVK device. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 5386356 commit 8fa4db3

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 Hamoa IoT 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-g705 linux-firmware-qcom-x1e80100-adreno', '', d)} \
12+
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn7850', '', d)} \
13+
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath12k-wcn7850', '', d)} \
14+
linux-firmware-qcom-x1e80100-audio \
15+
linux-firmware-qcom-x1e80100-compute \
16+
linux-firmware-qcom-vpu \
17+
"
18+
19+
RRECOMMENDS:${PN}-hexagon-dsp-binaries = " \
20+
hexagon-dsp-binaries-qcom-hamoa-iot-evk-cdsp \
21+
"

0 commit comments

Comments
 (0)