diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-09-01 18:45:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 14:05:11 +0100 |
commit | e7353e5bebf9e199a568ad70d3ee2693f4d148ab (patch) | |
tree | 5998d9e02aafb0a0cc8a3d827d31fb1777d38634 | |
parent | 7b3b1f369eb749d8fac888a970324d753adbd767 (diff) | |
download | poky-e7353e5bebf9e199a568ad70d3ee2693f4d148ab.tar.gz |
lttng-tools: Add link to issue reported upstream for musl failures
(From OE-Core rev: 50e2b9ef5cee80d52eea2badb789144fdcf8a01a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb index dc549bff1e..7ab99cf2c6 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |||
@@ -207,6 +207,7 @@ do_install_ptest () { | |||
207 | 207 | ||
208 | do_install_ptest:append:libc-musl () { | 208 | do_install_ptest:append:libc-musl () { |
209 | # filter-out running regression testsuite on musl systems, it hangs | 209 | # filter-out running regression testsuite on musl systems, it hangs |
210 | # Keep it until https://bugs.lttng.org/issues/1432 is fixed upstream | ||
210 | sed -i -e '$a\' -e 'SUBDIRS := $(filter-out regression,$(SUBDIRS))' ${D}${PTEST_PATH}/tests/Makefile | 211 | sed -i -e '$a\' -e 'SUBDIRS := $(filter-out regression,$(SUBDIRS))' ${D}${PTEST_PATH}/tests/Makefile |
211 | } | 212 | } |
212 | 213 | ||