mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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 cmake_install.cmake -type f -delete
|
||||||
find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth
|
find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user