mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:18:52 +00:00
ptest-packagelists: Remove qemu ptests for rv32
qemu is not buildable on rv32 yet (From OE-Core rev: 5987ac1dba7ffcdb23f837620f02aa2c1ed33fa1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0140ac5b68
commit
e9792e1fef
@ -63,7 +63,9 @@ PTESTS_FAST = "\
|
||||
zlib-ptest \
|
||||
"
|
||||
PTESTS_FAST:remove:mips64 = "qemu-ptest"
|
||||
PTESTS_PROBLEMS:append:mips64 = "qemu-ptest"
|
||||
PTESTS_PROBLEMS:append:mips64 = " qemu-ptest"
|
||||
PTESTS_FAST:remove:riscv32 = "qemu-ptest"
|
||||
PTESTS_PROBLEMS:append:riscv32 = " qemu-ptest"
|
||||
|
||||
PTESTS_SLOW = "\
|
||||
babeltrace-ptest \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user