mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
ptest-packagelists: Handle glibc vs musl for ptest
(From OE-Core rev: f7bcb67342b4ee754b699c4c2f3b1a49bb8473b8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0e0c481a25
commit
d804138674
|
@ -61,8 +61,9 @@ PTESTS_FAST = "\
|
|||
slang-ptest \
|
||||
wayland-ptest \
|
||||
zlib-ptest \
|
||||
glibc-tests-ptest \
|
||||
"
|
||||
PTESTS_FAST:append:libc-glibc = " glibc-tests-ptest"
|
||||
PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests-ptest"
|
||||
PTESTS_FAST:remove:mips64 = "qemu-ptest"
|
||||
PTESTS_PROBLEMS:append:mips64 = " qemu-ptest"
|
||||
PTESTS_FAST:remove:riscv32 = "qemu-ptest"
|
||||
|
|
Loading…
Reference in New Issue
Block a user