From: Kang Kai Date: Thu, 11 Jul 2013 02:48:58 +0000 (+0000) Subject: packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc198113548783e326eebbb6b28b181528e900f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index bb1b78b8e46..9eb1458baa9 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 = ""