summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2022-09-03 00:31:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-05 08:53:22 +0100
commitacdc8f9fa4c432672fdf0371a2833fbb956faf8d (patch)
treea1bc38a89367ddfff772b84e6b7309a42b338690
parent689eb1462cfdde4f381b8c09c862c54209627e24 (diff)
downloadpoky-acdc8f9fa4c432672fdf0371a2833fbb956faf8d.tar.gz
ltp: Update list of tests not buildable on musl
These tests are working on musl, thus not deleted: * getcontext01.c fixed for musl during conversion to the new API in 20220527 (commit 0f519d0da) * ebizzy-0.3 fixed in 20200930 (commit 967612c45) (From OE-Core rev: 0f645327f6df8c86fe3d6e25f7c88c5b5ccd55e5) Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/ltp/ltp_20220527.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp_20220527.bb
index 00ff906ded..b657a6adb1 100644
--- a/meta/recipes-extended/ltp/ltp_20220527.bb
+++ b/meta/recipes-extended/ltp/ltp_20220527.bb
@@ -150,13 +150,11 @@ remove_broken_musl_sources() {
150 # sync with upstream 150 # sync with upstream
151 # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33 151 # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33
152 rm -rfv \ 152 rm -rfv \
153 testcases/kernel/syscalls/confstr/confstr01.c \
154 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \ 153 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
155 testcases/kernel/syscalls/getcontext/getcontext01.c \ 154 testcases/kernel/syscalls/getcontext/getcontext01.c \
156 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \ 155 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \
157 testcases/kernel/syscalls/timer_create/timer_create01.c \ 156 testcases/kernel/syscalls/timer_create/timer_create01.c \
158 testcases/kernel/syscalls/timer_create/timer_create03.c \ 157 testcases/kernel/syscalls/timer_create/timer_create03.c
159 utils/benchmark/ebizzy-0.3
160} 158}
161do_patch[postfuncs] += "remove_broken_musl_sources" 159do_patch[postfuncs] += "remove_broken_musl_sources"
162 160