[oe-commits] Kang Kai : packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64

git at git.openembedded.org git at git.openembedded.org
Sat Jul 13 20:58:47 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: fbc198113548783e326eebbb6b28b181528e900f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fbc198113548783e326eebbb6b28b181528e900f

Author: Kang Kai <kai.kang at windriver.com>
Date:   Thu Jul 11 02:48:58 2013 +0000

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 at windriver.com>

---

 .../packagegroup-core-tools-profile.bb             |    2 ++
 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 bb1b78b..9eb1458 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 = ""
 



More information about the Openembedded-commits mailing list