diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-02-07 19:55:52 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 10:57:08 +0000 |
| commit | af1ddab5c3770b25ce886dcb1df6ea09f1613b4a (patch) | |
| tree | 77da5ef015958663c6c967448eefee973304fb2f | |
| parent | 8054217a35d86dca7a66d96bff2c841960336de2 (diff) | |
| download | poky-af1ddab5c3770b25ce886dcb1df6ea09f1613b4a.tar.gz | |
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>
| -rw-r--r-- | 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 254d3f5e48..30776ef658 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 = "\ | |||
| 37 | # hence we exclude it from uclibc based builds | 37 | # hence we exclude it from uclibc based builds |
| 38 | SYSTEMTAP = "systemtap" | 38 | SYSTEMTAP = "systemtap" |
| 39 | SYSTEMTAP_libc-uclibc = "" | 39 | SYSTEMTAP_libc-uclibc = "" |
| 40 | SYSTEMTAP_mips = "" | ||
| 40 | 41 | ||
| 41 | # lttng-ust uses sched_getcpu() which is not there on uclibc | 42 | # lttng-ust uses sched_getcpu() which is not there on uclibc |
| 42 | # for some of the architectures it can be patched to call the | 43 | # for some of the architectures it can be patched to call the |
| @@ -53,6 +54,7 @@ LTTNGUST_mips = "" | |||
| 53 | VALGRIND = "valgrind" | 54 | VALGRIND = "valgrind" |
| 54 | VALGRIND_libc-uclibc = "" | 55 | VALGRIND_libc-uclibc = "" |
| 55 | VALGRIND_mips = "" | 56 | VALGRIND_mips = "" |
| 57 | VALGRIND_arm = "" | ||
| 56 | 58 | ||
| 57 | # exmap-console | 59 | # exmap-console |
| 58 | # exmap-server | 60 | # exmap-server |
