diff options
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb b/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb index 69181916b1..a65c3da7fc 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb | |||
@@ -26,3 +26,6 @@ do_install() { | |||
26 | find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete | 26 | find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete |
27 | find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth | 27 | find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth |
28 | } | 28 | } |
29 | |||
30 | COMPATIBLE_HOST:riscv64 = "null" | ||
31 | COMPATIBLE_HOST:riscv32 = "null" | ||