Skip to content

Commit 3864d08

Browse files
committed
debos: rootfs: install OpenCL and Vulkan tools
Install OpenCL info package, Vulkan tools and Mesa OpenCL ICD (driver). Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 523802c commit 3864d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ actions:
112112
recommends: true
113113
packages:
114114
- alsa-utils
115+
- clinfo
115116
- device-tree-compiler
116117
- i2c-tools
117118
- locales
119+
- mesa-opencl-icd
118120
- mesa-utils-bin
119121
# convenience networking commands (arp, ifconfig, route etc.)
120122
- net-tools
@@ -126,6 +128,7 @@ actions:
126128
# lsusb
127129
- usbutils
128130
- vim
131+
- vulkan-tools
129132
- wget
130133

131134
{{- if eq $xfcedesktop "true" }}

0 commit comments

Comments
 (0)