wic: Add console parameters to qemux86 canned-wks

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.

(From OE-Core rev: 63ea1efdaaf1173ef4f2f69b5a3403afef4b556a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-10-04 12:44:34 +01:00
parent e444d2bed0
commit 141707c232

View 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 "