mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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 "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user