opencl-cts: Disable for RISCV architectures

Its not yet ported to RISCV architecure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-01-29 16:11:52 -08:00
parent 2183c03811
commit 1c06238fc0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"