From 50e2b9ef5cee80d52eea2badb789144fdcf8a01a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 Sep 2025 18:45:11 -0700 Subject: [PATCH] lttng-tools: Add link to issue reported upstream for musl failures Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 1 + 1 file changed, 1 insertion(+) 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 () { do_install_ptest:append:libc-musl () { # filter-out running regression testsuite on musl systems, it hangs + # Keep it until https://bugs.lttng.org/issues/1432 is fixed upstream sed -i -e '$a\' -e 'SUBDIRS := $(filter-out regression,$(SUBDIRS))' ${D}${PTEST_PATH}/tests/Makefile } -- 2.47.3