diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-04-04 19:29:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-17 11:03:22 +0100 |
commit | f941f645437b8d8e0e8e8f72bbbfd353e9ade588 (patch) | |
tree | fafa24e19bd4255756fa5235fbb8bd15fcf3976f /meta-selftest/wic | |
parent | 3dd68e60d77aeacd4486b3b481628c18eb9cb6af (diff) | |
download | poky-f941f645437b8d8e0e8e8f72bbbfd353e9ade588.tar.gz |
test_efi_plugin_plain_systemd-boot: don't set console
This effectively disables the boot time serial console
so that kernel and initrd logs are not visible which
makes debugging boot failures hard. The logs are
not too verbose, around 270 lines, and can be reduced
with kernel side settings if needed. For example
"loglevel=4" on kernel command line reduces the
output to only warning messages.
(From OE-Core rev: 0469af3bd8e3c721ba9c6f96d786c95a1726368b)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/wic')
-rw-r--r-- | meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks b/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks index 2745c19e85..83f136ac15 100644 --- a/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks +++ b/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks | |||
@@ -2,4 +2,4 @@ | |||
2 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid | 2 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid |
3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid | 3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid |
4 | 4 | ||
5 | bootloader --timeout=0 --append="console=ttyS0,115200n8" | 5 | bootloader --timeout=0 |