summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind
diff options
context:
space:
mode:
authorYi Fan Yu <yifan.yu@windriver.com>2021-02-18 16:43:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-19 11:17:11 +0000
commitb98fc88f63a14a43f3b903b7d5a4c6e783e4fcbf (patch)
tree5d46b6f563fd555fe9a27bd02560f15acfea3412 /meta/recipes-devtools/valgrind/valgrind
parentcbb794f9dd843f6d8a6f74d7cda654c59ad25df4 (diff)
downloadpoky-b98fc88f63a14a43f3b903b7d5a4c6e783e4fcbf.tar.gz
valgrind: Remove reference to non-existent ptests
exp-dhat: commit 441bfc5f5 promoted exp-dhat to dhat exp-sgcheck: commit 40187fcd6 removed the exp-sgcheck tool. (From OE-Core rev: f7b32e0d5bb9c80f6b37ed8b7f0bd29c562d3f70) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind')
-rwxr-xr-xmeta/recipes-devtools/valgrind/valgrind/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/run-ptest b/meta/recipes-devtools/valgrind/valgrind/run-ptest
index 7217dfca5d..e8a1a668fc 100755
--- a/meta/recipes-devtools/valgrind/valgrind/run-ptest
+++ b/meta/recipes-devtools/valgrind/valgrind/run-ptest
@@ -12,7 +12,7 @@ VALGRIND_BIN=@bindir@/valgrind
12LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log" 12LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
13 13
14TOOLS="memcheck cachegrind callgrind helgrind drd massif dhat lackey none" 14TOOLS="memcheck cachegrind callgrind helgrind drd massif dhat lackey none"
15EXP_TOOLS="exp-bbv exp-dhat exp-sgcheck" 15EXP_TOOLS="exp-bbv"
16 16
17GDB_BIN=@bindir@/gdb 17GDB_BIN=@bindir@/gdb
18cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN} 18cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN}