diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-11-30 19:40:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:34:31 +0000 |
commit | 0203ae47dacc1a4b37007062f962fa8d4bd602e2 (patch) | |
tree | a421b39ad9239d0cf48620b8ae973c2036e58dba | |
parent | b0764fc58e2ebe0555b71392a6fd177ecfd0be66 (diff) | |
download | openembedded-core-0203ae47dacc1a4b37007062f962fa8d4bd602e2.tar.gz openembedded-core-0203ae47dacc1a4b37007062f962fa8d4bd602e2.tar.bz2 openembedded-core-0203ae47dacc1a4b37007062f962fa8d4bd602e2.zip |
packagegroup-core-tools-profile: exclude valgrind for x32
valgrind doesn't seem to support x32 at this time, even in current upstream.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 31ad82b2d6..946c947c8f 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -68,6 +68,7 @@ VALGRIND_armv4 = "" VALGRIND_armv5 = "" VALGRIND_armv6 = "" VALGRIND_aarch64 = "" +VALGRIND_linux-gnux32 = "" RDEPENDS_${PN} = "\ ${PROFILETOOLS} \ |