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

(From OE-Core rev: e5f41c2213568c7aef24ce8f666042492054377d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-02-07 19:55:52 -08:00 committed by Richard Purdie
parent 8054217a35
commit af1ddab5c3
1 changed files with 2 additions and 0 deletions

View File

@ -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