diff options
| author | Ross Burton <ross.burton@arm.com> | 2026-05-22 16:41:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-06-03 10:43:43 +0200 |
| commit | eabe00085c62717059ee889288b0bae392398f65 (patch) | |
| tree | 49a0f41d931cf3f9603373762600970e0f564f66 /recipes-devtools | |
| parent | 78c5e12f08198f4f257a9348516d2103cd617c1d (diff) | |
| download | meta-clang-eabe00085c62717059ee889288b0bae392398f65.tar.gz | |
valgrind: remove obsolete bbappend
Valgrind doesn't have ptests anymore[1] so this append is pointless.
[1] oe-core 8fc31fb235 ("valgrind: disable ptests")
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/valgrind/valgrind_%.bbappend | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/valgrind/valgrind_%.bbappend b/recipes-devtools/valgrind/valgrind_%.bbappend deleted file mode 100644 index 0360700..0000000 --- a/recipes-devtools/valgrind/valgrind_%.bbappend +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | |||
| 2 | # Remove tests when using clang since, clang generates debug info | ||
| 3 | # for asm files too, like freebsd outputs but we are on linux | ||
| 4 | # and valgrind tests think its always using gcc on linux | ||
| 5 | do_install_ptest:append:toolchain-clang () { | ||
| 6 | if [ "${@bb.utils.contains('TC_CXX_RUNTIME', 'llvm', 'True', 'False', d)}" ] | ||
| 7 | then | ||
| 8 | rm ${D}${PTEST_PATH}/memcheck/tests/gone_abrt_xml.vgtest | ||
| 9 | rm ${D}${PTEST_PATH}/memcheck/tests/threadname_xml.vgtest | ||
| 10 | rm ${D}${PTEST_PATH}/drd/tests/annotate_barrier_xml.vgtest | ||
| 11 | rm ${D}${PTEST_PATH}/none/tests/fdleak_cmsg.vgtest | ||
| 12 | fi | ||
| 13 | } | ||
