]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64
authorKang Kai <kai.kang@windriver.com>
Thu, 11 Jul 2013 02:48:58 +0000 (02:48 +0000)
committerSaul Wold <sgw@linux.intel.com>
Thu, 11 Jul 2013 23:07:24 +0000 (16:07 -0700)
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>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index bb1b78b8e4654ae780ef2064937ff1d9b1a9ca2a..9eb1458baa97b43b70e9696afdd7b6f2818fac1a 100644 (file)
@@ -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 = ""