mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:10:18 +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 CMakeFiles -type d -exec rm -rf "{}" \; -depth
|
||||
}
|
||||
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user