Rather than show warnings, disable a test which breaks with gcc 13 until it can be fixed. Waiting on an account upstream to report but they are aware now.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-kernel/lttng/lttng-tools_2.13.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.9.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.9.bb index 58c0378d66f..d3494449c85 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.9.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.9.bb @@ -181,6 +181,9 @@ do_install_ptest () { ;; esac done + + # Test is broken with gcc 13, disable + sed -e 's#"x86"#"x86disabled"#' -e 's#NUM_TESTS=11#NUM_TESTS=12#' -i ${D}${PTEST_PATH}/tests/regression/kernel/test_callstack } INHIBIT_PACKAGE_STRIP_FILES = "\ -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181725): https://lists.openembedded.org/g/openembedded-core/message/181725 Mute This Topic: https://lists.openembedded.org/mt/99139777/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
