mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
The kill/decode test case fails for musl. The root cause is the test case only considers glibc and uses 34 as SIGRTMIN while musl uses 35. Add patches to fix this issue. (From OE-Core rev: 0a1dd5f04a843dfa0b1fc3ce0069e26bd0fbc48e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>