diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 3 |
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 | " |
65 | PTESTS_FAST:append:libc-glibc = " glibc-tests-ptest" | ||
66 | PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests-ptest" | ||
66 | PTESTS_FAST:remove:mips64 = "qemu-ptest" | 67 | PTESTS_FAST:remove:mips64 = "qemu-ptest" |
67 | PTESTS_PROBLEMS:append:mips64 = " qemu-ptest" | 68 | PTESTS_PROBLEMS:append:mips64 = " qemu-ptest" |
68 | PTESTS_FAST:remove:riscv32 = "qemu-ptest" | 69 | PTESTS_FAST:remove:riscv32 = "qemu-ptest" |