[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3946/8267] valgrind: skip for linux-gnux32



commit 5704ff0be1cbbdd2b7dd03f75633cb0d77a260d0
Author: Christopher Larson <chris_larson mentor com>
Date:   Tue Dec 13 20:12:59 2016 -0700

    valgrind: skip for linux-gnux32
    
    valgrind doesn't support x32 at this time, so skip it for that host.
    
    (From OE-Core rev: b0764fc58e2ebe0555b71392a6fd177ecfd0be66)
    
    Signed-off-by: Christopher Larson <chris_larson mentor com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb 
b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb
index 3385ef7..a4a3e72 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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]