From 1c06238fc00c2147a2fca0fd542314ba4fdfe3f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jan 2025 16:11:52 -0800 Subject: opencl-cts: Disable for RISCV architectures Its not yet ported to RISCV architecure Signed-off-by: Khem Raj --- meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb | 3 +++ 1 file changed, 3 insertions(+) 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() { find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth } + +COMPATIBLE_HOST:riscv64 = "null" +COMPATIBLE_HOST:riscv32 = "null" -- cgit v1.2.3-54-g00ecf