diff mbox series

[meta-oe,1/2] opencl-cts: build SPIR-V files for the spirv-new test

Message ID 20250929024025.3210337-1-dmitry.baryshkov@oss.qualcomm.com
State Accepted
Headers show
Series [meta-oe,1/2] opencl-cts: build SPIR-V files for the spirv-new test | expand

Commit Message

Dmitry Baryshkov Sept. 29, 2025, 2:40 a.m. UTC
Pull in spirv-tools-native package in order to build SPIR-V files for
the spirv-new test.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb
index 62b59ace138f..ebf83d1a1a2d 100644
--- a/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb
+++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb
@@ -7,7 +7,7 @@  inherit pkgconfig cmake features_check
 
 REQUIRED_DISTRO_FEATURES = "opencl"
 
-DEPENDS += "opencl-headers virtual/libopencl1"
+DEPENDS += "opencl-headers virtual/libopencl1 spirv-tools-native"
 RDEPENDS:${PN} += "python3-core python3-io"