From: Christopher Larson Date: Wed, 14 Dec 2016 03:12:59 +0000 (-0700) Subject: valgrind: skip for linux-gnux32 X-Git-Tag: uninative-1.5~927 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b0764fc58e2ebe0555b71392a6fd177ecfd0be66;p=openembedded-core.git valgrind: skip for linux-gnux32 valgrind doesn't support x32 at this time, so skip it for that host. Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index 3385ef70c0..a4a3e72ecd 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb @@ -37,6 +37,9 @@ COMPATIBLE_HOST_armv4 = 'null' COMPATIBLE_HOST_armv5 = 'null' COMPATIBLE_HOST_armv6 = 'null' +# X32 isn't supported by valgrind at this time +COMPATIBLE_HOST_linux-gnux32 = 'null' + # Disable for some MIPS variants COMPATIBLE_HOST_mipsarcho32 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" COMPATIBLE_HOST_mipsarchn32 = 'null'