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
committerSaul Wold <sgw@linux.intel.com>2013-07-11 16:07:24 -0700
commitfbc198113548783e326eebbb6b28b181528e900f (patch)
treeeee52624a65d13de251a37cd8cc1e74d5212ffee /meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
parent408766da9cc1f2ca80d0b3f13575fea8f33cab3e (diff)
downloadopenembedded-core-contrib-fbc198113548783e326eebbb6b28b181528e900f.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. Signed-off-by: Kai Kang <kai.kang@windriver.com>
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 = ""