[oe-commits] Saul Wold : task-core-tools-profile: fix valgrind for arm and systemtap for mips

git at git.openembedded.org git at git.openembedded.org
Wed Feb 8 10:53:26 UTC 2012


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Feb  7 19:55:52 2012 -0800

task-core-tools-profile: fix valgrind for arm and systemtap for mips

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/tasks/task-core-tools-profile.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/tasks/task-core-tools-profile.bb b/meta/recipes-core/tasks/task-core-tools-profile.bb
index 254d3f5..30776ef 100644
--- a/meta/recipes-core/tasks/task-core-tools-profile.bb
+++ b/meta/recipes-core/tasks/task-core-tools-profile.bb
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
 # hence we exclude it from uclibc based builds
 SYSTEMTAP = "systemtap"
 SYSTEMTAP_libc-uclibc = ""
+SYSTEMTAP_mips = ""
 
 # lttng-ust uses sched_getcpu() which is not there on uclibc
 # for some of the architectures it can be patched to call the
@@ -53,6 +54,7 @@ LTTNGUST_mips = ""
 VALGRIND = "valgrind"
 VALGRIND_libc-uclibc = ""
 VALGRIND_mips = ""
+VALGRIND_arm = ""
 
 #    exmap-console
 #    exmap-server





More information about the Openembedded-commits mailing list