]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
wic: Add console parameters to qemux86 canned-wks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Oct 2023 11:44:34 +0000 (12:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Oct 2023 22:05:43 +0000 (23:05 +0100)
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

index 22b45217f1c8653c7c6fef87287575b988fb1a2f..808997611a4aa1fb30493070c6b47368c7f85ff8 100644 (file)
@@ -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 "