summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-11-30 19:40:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit411e4e8bbe1c3e67f533011a1e280d5ea6cabb7c (patch)
tree6fd883d16bf6ce54d4910ae2c3e464a39bf33d6a /meta/recipes-core/packagegroups
parent5704ff0be1cbbdd2b7dd03f75633cb0d77a260d0 (diff)
downloadpoky-411e4e8bbe1c3e67f533011a1e280d5ea6cabb7c.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb1
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 = ""
68VALGRIND_armv5 = "" 68VALGRIND_armv5 = ""
69VALGRIND_armv6 = "" 69VALGRIND_armv6 = ""
70VALGRIND_aarch64 = "" 70VALGRIND_aarch64 = ""
71VALGRIND_linux-gnux32 = ""
71 72
72RDEPENDS_${PN} = "\ 73RDEPENDS_${PN} = "\
73 ${PROFILETOOLS} \ 74 ${PROFILETOOLS} \