Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] wic: Add console parameters to qemux86 canned-wks
@ 2023-10-04 12:38 Richard Purdie
  2023-10-04 12:38 ` [PATCH 2/5] qemurunner: Skip conversion from/to binary data for logfile Richard Purdie
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Richard Purdie @ 2023-10-04 12:38 UTC (permalink / raw)
  To: openembedded-core

Currently our wic test images boot up without kernel output on the consoles
which means we have no way to debug if anything goes wrong. Add the console
parameters runqemu would have added if the kernel wasn't built into an image
to improve our chances of debugging.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 scripts/lib/wic/canned-wks/qemux86-directdisk.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
index 22b45217f1c..808997611a4 100644
--- a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
+++ b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
@@ -4,5 +4,5 @@
 
 include common.wks.inc
 
-bootloader  --timeout=0  --append="rw oprofile.timer=1 rootfstype=ext4 "
+bootloader  --timeout=0  --append="rw oprofile.timer=1 rootfstype=ext4 console=tty console=ttyS0 "
 
-- 
2.39.2



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

end of thread, other threads:[~2023-10-06  7:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 12:38 [PATCH 1/5] wic: Add console parameters to qemux86 canned-wks Richard Purdie
2023-10-04 12:38 ` [PATCH 2/5] qemurunner: Skip conversion from/to binary data for logfile Richard Purdie
2023-10-04 12:38 ` [PATCH 3/5] qemurunner: Use backslashreplace with utf8 to make invalid characters clear Richard Purdie
2023-10-04 12:38 ` [PATCH 4/5] qemurunner: Log the second serial console as well as the first Richard Purdie
2023-10-04 12:38 ` [PATCH 5/5] qemurunner: Show both the login console log and all logging upon failure Richard Purdie
2023-10-04 13:07   ` [OE-core] " Mikko Rapeli
2023-10-04 13:29     ` Richard Purdie
2023-10-04 19:34       ` Mikko Rapeli
2023-10-04 20:35         ` Richard Purdie
2023-10-05 15:27           ` Mikko Rapeli
2023-10-05 15:47             ` Richard Purdie
2023-10-06  7:51               ` Mikko Rapeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox