mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-06 16:54:50 +02:00
qemu_riscv.bb: Only build for risc-v when doing target builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,3 +23,4 @@ do_install() {
|
||||
# Prevent QA warnings about installed ${localstatedir}/run
|
||||
if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
|
||||
}
|
||||
COMPATIBLE_HOST_class-target = "(riscv64|riscv32).*-linux"
|
||||
|
||||
Reference in New Issue
Block a user