mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
126e48ed23
commit
afca282e4b
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user