Message ID | 20250130014356.1610566-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/3] opencl-cts: Disable for RISCV architectures | expand |
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"
Its not yet ported to RISCV architecure Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb | 3 +++ 1 file changed, 3 insertions(+)