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 <[email protected]> --- .../packagegroups/packagegroup-core-tools-profile.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index b3a24b71de..f471cf977c 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -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)}" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203473): https://lists.openembedded.org/g/openembedded-core/message/203473 Mute This Topic: https://lists.openembedded.org/mt/107934881/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
