mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 00:31:07 +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:
parent
2183c03811
commit
1c06238fc0
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user