From: "João Marcos Costa" <joaomarcos.costa@bootlin.com>
To: openembedded-core@lists.openembedded.org
Cc: thomas.petazzoni@bootlin.com,
"João Marcos Costa" <joaomarcos.costa@bootlin.com>
Subject: [PATCH] ltp: fix warning in remove_broken_musl_sources
Date: Thu, 19 Mar 2026 14:29:04 +0100 [thread overview]
Message-ID: <20260319132904.1308436-1-joaomarcos.costa@bootlin.com> (raw)
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 <joaomarcos.costa@bootlin.com>
---
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
next reply other threads:[~2026-03-19 13:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 13:29 João Marcos Costa [this message]
2026-03-19 17:38 ` [OE-core] [PATCH] ltp: fix warning in remove_broken_musl_sources Mathieu Dubois-Briand
2026-03-19 17:55 ` Joao Marcos Costa
2026-03-19 18:17 ` Mathieu Dubois-Briand
2026-03-20 9:16 ` Joao Marcos Costa
2026-03-20 9:26 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260319132904.1308436-1-joaomarcos.costa@bootlin.com \
--to=joaomarcos.costa@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox