diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-11 05:52:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-13 16:11:27 +0000 |
commit | e9792e1fef007cdab1ecc06b7dce9964aecc5e10 (patch) | |
tree | 497c3e89f66dfdbfdfd712da5b22058f67555cc2 | |
parent | 0140ac5b689faf8ac0a253f6a7ed57437909056c (diff) | |
download | poky-e9792e1fef007cdab1ecc06b7dce9964aecc5e10.tar.gz |
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>
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 2e324f8da4..9559f611d0 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -63,7 +63,9 @@ PTESTS_FAST = "\ | |||
63 | zlib-ptest \ | 63 | zlib-ptest \ |
64 | " | 64 | " |
65 | PTESTS_FAST:remove:mips64 = "qemu-ptest" | 65 | PTESTS_FAST:remove:mips64 = "qemu-ptest" |
66 | PTESTS_PROBLEMS:append:mips64 = "qemu-ptest" | 66 | PTESTS_PROBLEMS:append:mips64 = " qemu-ptest" |
67 | PTESTS_FAST:remove:riscv32 = "qemu-ptest" | ||
68 | PTESTS_PROBLEMS:append:riscv32 = " qemu-ptest" | ||
67 | 69 | ||
68 | PTESTS_SLOW = "\ | 70 | PTESTS_SLOW = "\ |
69 | babeltrace-ptest \ | 71 | babeltrace-ptest \ |