diff options
-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 \ |