All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] uki.bbclass: fix debug print logging level
@ 2024-11-11 13:16 Mikko Rapeli
  2024-11-11 13:16 ` [PATCH 2/3] oeqa runtime uki.py: add tests Mikko Rapeli
  2024-11-11 13:16 ` [PATCH 3/3] testimage.bbclass: capture RuntimeError too Mikko Rapeli
  0 siblings, 2 replies; 10+ messages in thread
From: Mikko Rapeli @ 2024-11-11 13:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mikko Rapeli

Missing/unknown log level triggers a warning.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta/classes-recipe/uki.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/uki.bbclass b/meta/classes-recipe/uki.bbclass
index d4f25c7fd2..441e4a7f8e 100644
--- a/meta/classes-recipe/uki.bbclass
+++ b/meta/classes-recipe/uki.bbclass
@@ -189,7 +189,7 @@ python do_uki() {
     ukify_cmd += " %s" % (output)
 
     # Run the ukify command
-    bb.debug("uki: running command: %s" % (ukify_cmd))
+    bb.debug(2, "uki: running command: %s" % (ukify_cmd))
     bb.process.run(ukify_cmd, shell=True)
 }
 addtask uki after do_rootfs before do_deploy do_image_complete do_image_wic
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-01-28 15:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 13:16 [PATCH 1/3] uki.bbclass: fix debug print logging level Mikko Rapeli
2024-11-11 13:16 ` [PATCH 2/3] oeqa runtime uki.py: add tests Mikko Rapeli
2024-11-11 13:16 ` [PATCH 3/3] testimage.bbclass: capture RuntimeError too Mikko Rapeli
2024-11-12 11:25   ` [OE-core] " Richard Purdie
2024-11-18  8:00     ` Mikko Rapeli
2025-01-28 13:04       ` Richard Purdie
     [not found]       ` <181EDCF7C1A1686B.17613@lists.openembedded.org>
2025-01-28 13:49         ` Richard Purdie
2025-01-28 14:37           ` Mikko Rapeli
2025-01-28 15:10             ` Richard Purdie
2025-01-28 15:23               ` Mikko Rapeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.