packagegroup-core-tools-profile: exclude valgrind for x32

valgrind doesn't seem to support x32 at this time, even in current upstream.

(From OE-Core rev: 0203ae47dacc1a4b37007062f962fa8d4bd602e2)

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>
This commit is contained in:
Christopher Larson 2016-11-30 19:40:56 -07:00 committed by Richard Purdie
parent 5704ff0be1
commit 411e4e8bbe
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ VALGRIND_armv4 = ""
VALGRIND_armv5 = ""
VALGRIND_armv6 = ""
VALGRIND_aarch64 = ""
VALGRIND_linux-gnux32 = ""
RDEPENDS_${PN} = "\
${PROFILETOOLS} \