mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
packagegroup-core-tools-profile.bb: Enable aarch64 valgrind
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. (From OE-Core rev: 2f8f6d722b39d2d1080367bf780dead4ed4ed781) 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>
This commit is contained in:
committed by
Richard Purdie
parent
faecde6e9f
commit
84df90c05f
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user