diff mbox series

genericarm64: add more serial consoles

Message ID 20241001140541.4184088-1-ross.burton@arm.com (mailing list archive)
State New
Headers show
Series genericarm64: add more serial consoles | expand

Commit Message

Ross Burton Oct. 1, 2024, 2:05 p.m. UTC
Some boards - such as the BeaglePlay - have the serial console on ttyS2.

Add a few ttyS? consoles to SERIAL_CONSOLES to cater for these boards.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 1cb5e46dcf7..b6dfb8042d3 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -27,8 +27,8 @@  WKS_FILE ?= "genericarm64.wks.in"
 
 EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
 
-# Try to bring up one physical serial console, or a virtualized serial console
-SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
+# Try to bring up a selection of physical or virtual serial consoles
+SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2"
 
 # Allow u-boot to be built for use with qemu-system-aarch64.
 # This u-boot is _not_ suitable for use with real hardware, and the expectation