If this was originally intended to be an actual warning, it was not behaving as such: echo only prints to log.do_patch, so the message ends up hidden there.
Replace 'echo' by bbwarn to display the warning message correctly. Signed-off-by: João Marcos Costa <[email protected]> --- meta/recipes-extended/ltp/ltp_20260130.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20260130.bb b/meta/recipes-extended/ltp/ltp_20260130.bb index 75c5b8b7bd..36432c15b2 100644 --- a/meta/recipes-extended/ltp/ltp_20260130.bb +++ b/meta/recipes-extended/ltp/ltp_20260130.bb @@ -126,7 +126,7 @@ remove_broken_musl_sources() { [ "${TCLIBC}" = "musl" ] || return 0 cd ${S} - echo "WARNING: remove unsupported tests (until they're fixed)" + bbwarn "remove unsupported tests (until they're fixed)" # sync with upstream # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33 -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233526): https://lists.openembedded.org/g/openembedded-core/message/233526 Mute This Topic: https://lists.openembedded.org/mt/118399845/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
