summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 0277ddaf1a..374c1b8c15 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -61,8 +61,9 @@ PTESTS_FAST = "\
61 slang-ptest \ 61 slang-ptest \
62 wayland-ptest \ 62 wayland-ptest \
63 zlib-ptest \ 63 zlib-ptest \
64 glibc-tests-ptest \
65" 64"
65PTESTS_FAST:append:libc-glibc = " glibc-tests-ptest"
66PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests-ptest"
66PTESTS_FAST:remove:mips64 = "qemu-ptest" 67PTESTS_FAST:remove:mips64 = "qemu-ptest"
67PTESTS_PROBLEMS:append:mips64 = " qemu-ptest" 68PTESTS_PROBLEMS:append:mips64 = " qemu-ptest"
68PTESTS_FAST:remove:riscv32 = "qemu-ptest" 69PTESTS_FAST:remove:riscv32 = "qemu-ptest"