diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-29 16:11:52 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-29 17:43:03 -0800 |
| commit | 1c06238fc00c2147a2fca0fd542314ba4fdfe3f9 (patch) | |
| tree | 1af326eaa24cf9aa2abe065d624df7f98ffd6b87 /meta-oe/recipes-core/opencl | |
| parent | 2183c038114291926f58813b75a7679ff660613f (diff) | |
| download | meta-openembedded-1c06238fc00c2147a2fca0fd542314ba4fdfe3f9.tar.gz | |
opencl-cts: Disable for RISCV architectures
Its not yet ported to RISCV architecure
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/opencl')
| -rw-r--r-- | meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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() { | |||
| 26 | find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete | 26 | find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete |
| 27 | find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth | 27 | find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth |
| 28 | } | 28 | } |
| 29 | |||
| 30 | COMPATIBLE_HOST:riscv64 = "null" | ||
| 31 | COMPATIBLE_HOST:riscv32 = "null" | ||
