]> code.ossystems Code Review - openembedded-core.git/commitdiff
tools-profile: disable valgrind for powerpc soft-float
authorValentin Longchamp <valentin@longchamp.me>
Sat, 20 Jun 2020 13:10:45 +0000 (13:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 11:27:51 +0000 (12:27 +0100)
Since valgrind does not build for powerpc soft-float, disable it from
the tools-profile packagegroup so that it can still be enabled for such
architectures (but without valgrind of course).

Signed-off-by: Valentin Longchamp <valentin@longchamp.me>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index ac180b542ad185ff20f76ced67491e6f608f3795..8aed1e8458b703338ded09da73f07fd9bea5c7a9 100644 (file)
@@ -61,6 +61,7 @@ VALGRIND_armv6 = ""
 VALGRIND_armeb = ""
 VALGRIND_aarch64 = ""
 VALGRIND_riscv64 = ""
+VALGRIND_powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}"
 VALGRIND_linux-gnux32 = ""
 VALGRIND_linux-gnun32 = ""