diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-04 08:13:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:52 +0000 |
commit | 6778f069cacb1dc2a862f514d2a5fa40b39dad0a (patch) | |
tree | 82865a3ff54175abd3fb9c50f937968bf147fa3d /meta/recipes-devtools/valgrind | |
parent | 8d8734ef101c4096df0fe74feecdc6978028a9c3 (diff) | |
download | poky-6778f069cacb1dc2a862f514d2a5fa40b39dad0a.tar.gz |
valgrind: remove unneeded patch
Whatever the issues were all those years ago,
current valgrind builds ok on qemux86_64 and qemuppc.
(From OE-Core rev: 4691b0566319797ab98b81e8e93c4615704edb70)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch | 51 | ||||
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.18.1.bb | 1 |
2 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch deleted file mode 100644 index a78e1953ff..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | From 9762fd23e1f1db66d4b977c694a17d3bca3fe99a Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Fri, 8 Jan 2016 16:36:29 +0200 | ||
4 | Subject: [PATCH] Remove tests that fail to build on some PPC32 configurations | ||
5 | |||
6 | Failures are documented here: | ||
7 | http://errors.yoctoproject.org/Errors/Search/?items=10&query=862d702fbb99e484631315aa44b9e46f8fc567da&filter=valgrind&type=recipe | ||
8 | |||
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
10 | Upstream-Status: Pending | ||
11 | --- | ||
12 | memcheck/tests/ppc32/Makefile.am | 2 +- | ||
13 | none/tests/ppc32/Makefile.am | 4 ++-- | ||
14 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
15 | |||
16 | diff --git a/memcheck/tests/ppc32/Makefile.am b/memcheck/tests/ppc32/Makefile.am | ||
17 | index 26b95a2..8f05743 100644 | ||
18 | --- a/memcheck/tests/ppc32/Makefile.am | ||
19 | +++ b/memcheck/tests/ppc32/Makefile.am | ||
20 | @@ -10,7 +10,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ | ||
21 | power_ISA2_07.stderr.exp power_ISA2_07.vgtest | ||
22 | |||
23 | check_PROGRAMS = \ | ||
24 | - power_ISA2_05 power_ISA2_07 | ||
25 | + power_ISA2_07 | ||
26 | |||
27 | power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \ | ||
28 | -I$(top_srcdir)/include @FLAG_M32@ | ||
29 | diff --git a/none/tests/ppc32/Makefile.am b/none/tests/ppc32/Makefile.am | ||
30 | index 196239e..0fe3425 100644 | ||
31 | --- a/none/tests/ppc32/Makefile.am | ||
32 | +++ b/none/tests/ppc32/Makefile.am | ||
33 | @@ -50,13 +50,13 @@ EXTRA_DIST = \ | ||
34 | |||
35 | check_PROGRAMS = \ | ||
36 | allexec \ | ||
37 | - lsw jm-insns round \ | ||
38 | + lsw \ | ||
39 | test_isa_2_06_part1 test_isa_2_06_part2 test_isa_2_06_part3 \ | ||
40 | test_dfp1 test_dfp2 test_dfp3 test_dfp4 test_dfp5 \ | ||
41 | test_isa_2_07_part1 test_isa_2_07_part2 \ | ||
42 | test_tm test_touch_tm ldst_multiple data-cache-instructions \ | ||
43 | test_fx test_gx \ | ||
44 | - testVMX twi tw xlc_dbl_u32 power5+_round power6_bcmp \ | ||
45 | + twi tw xlc_dbl_u32 power6_bcmp \ | ||
46 | bug129390-ppc32 bug139050-ppc32 \ | ||
47 | ldstrev mftocrf mcrfs | ||
48 | |||
49 | -- | ||
50 | 2.6.4 | ||
51 | |||
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb index 6fc2f36868..e825f83d5c 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb | |||
@@ -21,7 +21,6 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ | |||
21 | file://taskset_nondeterministic_tests \ | 21 | file://taskset_nondeterministic_tests \ |
22 | file://0004-Fix-out-of-tree-builds.patch \ | 22 | file://0004-Fix-out-of-tree-builds.patch \ |
23 | file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \ | 23 | file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \ |
24 | file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \ | ||
25 | file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \ | 24 | file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \ |
26 | file://avoid-neon-for-targets-which-don-t-support-it.patch \ | 25 | file://avoid-neon-for-targets-which-don-t-support-it.patch \ |
27 | file://valgrind-make-ld-XXX.so-strlen-intercept-optional.patch \ | 26 | file://valgrind-make-ld-XXX.so-strlen-intercept-optional.patch \ |