diff options
author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-09-29 05:40:23 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-28 23:16:44 -0700 |
commit | 596e74fc68bc7412e031a4060c511dbae7fcadd3 (patch) | |
tree | bfdff7ad264cb25f4027d7ab186785e3fd89a607 | |
parent | bd05e5b6083a98f2dd9e991fa8351b95a8a371fe (diff) | |
download | meta-openembedded-596e74fc68bc7412e031a4060c511dbae7fcadd3.tar.gz |
opencl-cts: build SPIR-V files for the spirv-new test
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 62b59ace13..ebf83d1a1a 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 | |||
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES = "opencl" | 8 | REQUIRED_DISTRO_FEATURES = "opencl" |
9 | 9 | ||
10 | DEPENDS += "opencl-headers virtual/libopencl1" | 10 | DEPENDS += "opencl-headers virtual/libopencl1 spirv-tools-native" |
11 | RDEPENDS:${PN} += "python3-core python3-io" | 11 | RDEPENDS:${PN} += "python3-core python3-io" |
12 | 12 | ||
13 | 13 | ||