From: Khem Raj Date: Wed, 8 Nov 2023 15:58:25 +0000 (-0800) Subject: ptest-packagelists: Remove strace/valgrind/lttng-tools on riscv32 X-Git-Tag: yocto-5.2~4612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b9ead023f0f073d1ffe9f288d3a164c866f9ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ptest-packagelists: Remove strace/valgrind/lttng-tools on riscv32 These packages are not yet ported to riscv32 Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index fc42f95de2d..7ca23cb4f0b 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -121,6 +121,8 @@ PTESTS_SLOW = "\ PTESTS_SLOW:remove:riscv64 = "valgrind" PTESTS_PROBLEMS:append:riscv64 = " valgrind" +PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" +PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" PTESTS_SLOW:append:libc-musl = " libc-test" PTESTS_SLOW:remove:x86 = "valgrind" PTESTS_PROBLEMS:append:x86 = " valgrind"