]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-core-tools-profile.bb: Enable aarch64 valgrind
authorJohn Ripple <john.ripple@keysight.com>
Fri, 16 Aug 2024 16:01:24 +0000 (16:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2024 11:27:29 +0000 (12:27 +0100)
The Valgrind recipe has had support for aarch64 for 9 years but the
packagegroup-core-tools-profile recipe still excludes valgrind on
aarch64 builds. This patch adds Valgrind when building the
package-group-core-tools-profile for aarch64 systems.

Signed-off-by: John Ripple <john.ripple@keysight.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index b3a24b71de2f64d131037784e69e04f3b965517c..f471cf977c451c0eb1953c0724f754d8dfd1e005 100644 (file)
@@ -50,7 +50,6 @@ VALGRIND:armv4 = ""
 VALGRIND:armv5 = ""
 VALGRIND:armv6 = ""
 VALGRIND:armeb = ""
-VALGRIND:aarch64 = ""
 VALGRIND:riscv64 = ""
 VALGRIND:riscv32 = ""
 VALGRIND:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}"