aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-07-11 02:48:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-13 18:23:32 +0100
commitf9625c227f8d0d35d9f722a3570e82896c2a975c (patch)
treede4a7935e254604373833786611d148ecd1d2aec /meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
parentf8bee41377ccf9b4f614c687185d73c9e1286e22 (diff)
downloadopenembedded-core-contrib-f9625c227f8d0d35d9f722a3570e82896c2a975c.tar.gz
packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64
systemap and valgrind are not buildable for mips64, so exclude them for mips64 from packagegroup-core-tools-profile. (From OE-Core rev: fbc198113548783e326eebbb6b28b181528e900f) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb2
1 files changed, 2 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 bb1b78b8e4..9eb1458baa 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -38,6 +38,7 @@ PROFILETOOLS = "\
SYSTEMTAP = "systemtap"
SYSTEMTAP_libc-uclibc = ""
SYSTEMTAP_mips = ""
+SYSTEMTAP_mips64 = ""
SYSTEMTAP_aarch64 = ""
# lttng-ust uses sched_getcpu() which is not there on uclibc
@@ -64,6 +65,7 @@ BABELTRACE_aarch64 = ""
VALGRIND = "valgrind"
VALGRIND_libc-uclibc = ""
VALGRIND_mips = ""
+VALGRIND_mips64 = ""
VALGRIND_arm = ""
VALGRIND_aarch64 = ""