diff options
author | Valentin Longchamp <valentin@longchamp.me> | 2020-06-20 13:10:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 12:31:03 +0100 |
commit | afca282e4b7c1ff43ee554d9baba7dc748fb29bb (patch) | |
tree | 41518a4b0734992ffe1156ff3d923306a1275e13 /meta/recipes-core | |
parent | 126e48ed2389e7720d17407847f54f6234b5c7bc (diff) | |
download | poky-afca282e4b7c1ff43ee554d9baba7dc748fb29bb.tar.gz |
tools-profile: disable valgrind for powerpc soft-float
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).
(From OE-Core rev: ad78ff1c362ecc281c797ce3bb083e532a0bb483)
Signed-off-by: Valentin Longchamp <valentin@longchamp.me>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index ac180b542a..8aed1e8458 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -61,6 +61,7 @@ VALGRIND_armv6 = "" | |||
61 | VALGRIND_armeb = "" | 61 | VALGRIND_armeb = "" |
62 | VALGRIND_aarch64 = "" | 62 | VALGRIND_aarch64 = "" |
63 | VALGRIND_riscv64 = "" | 63 | VALGRIND_riscv64 = "" |
64 | VALGRIND_powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}" | ||
64 | VALGRIND_linux-gnux32 = "" | 65 | VALGRIND_linux-gnux32 = "" |
65 | VALGRIND_linux-gnun32 = "" | 66 | VALGRIND_linux-gnun32 = "" |
66 | 67 | ||