mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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:
committed by
Richard Purdie
parent
8054217a35
commit
af1ddab5c3
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
|
|||||||
# hence we exclude it from uclibc based builds
|
# hence we exclude it from uclibc based builds
|
||||||
SYSTEMTAP = "systemtap"
|
SYSTEMTAP = "systemtap"
|
||||||
SYSTEMTAP_libc-uclibc = ""
|
SYSTEMTAP_libc-uclibc = ""
|
||||||
|
SYSTEMTAP_mips = ""
|
||||||
|
|
||||||
# lttng-ust uses sched_getcpu() which is not there on uclibc
|
# lttng-ust uses sched_getcpu() which is not there on uclibc
|
||||||
# for some of the architectures it can be patched to call the
|
# for some of the architectures it can be patched to call the
|
||||||
@@ -53,6 +54,7 @@ LTTNGUST_mips = ""
|
|||||||
VALGRIND = "valgrind"
|
VALGRIND = "valgrind"
|
||||||
VALGRIND_libc-uclibc = ""
|
VALGRIND_libc-uclibc = ""
|
||||||
VALGRIND_mips = ""
|
VALGRIND_mips = ""
|
||||||
|
VALGRIND_arm = ""
|
||||||
|
|
||||||
# exmap-console
|
# exmap-console
|
||||||
# exmap-server
|
# exmap-server
|
||||||
|
|||||||
Reference in New Issue
Block a user