From: Andre McCurdy Date: Wed, 13 Jan 2016 03:24:30 +0000 (-0800) Subject: valgrind: make it explicit that valgrind supports armv7a and above X-Git-Tag: 2016-4~1500 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b6135ece3249a37b67fbc00b00557cc270291e5b;p=openembedded-core.git valgrind: make it explicit that valgrind supports armv7a and above Despite rumours to the contrary, valgrind really does require armv7a or above. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb index 00217fa9d3..70d84fe9a2 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb @@ -29,6 +29,11 @@ SRC_URI[sha256sum] = "6c396271a8c1ddd5a6fb9abe714ea1e8a86fce85b30ab26b4266aeb4c2 COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux' +# valgrind supports armv7 and above +COMPATIBLE_HOST_armv4 = 'null' +COMPATIBLE_HOST_armv5 = 'null' +COMPATIBLE_HOST_armv6 = 'null' + inherit autotools ptest EXTRA_OECONF = "--enable-tls --without-mpicc"