From: Randy Witt Date: Fri, 28 Aug 2015 02:42:43 +0000 (-0700) Subject: qemuarm64.conf: Make the second serial console /dev/hvc0 X-Git-Tag: 2015-10~762 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5b720a69f0d181ab2de6032a6e3f5a0ee4a14302;p=openembedded-core.git qemuarm64.conf: Make the second serial console /dev/hvc0 Since the qemu for aarch64 must use a virtual console for the second serial port rather than emulating actual hardware, make sure the correct device is specified so that a tty is actually started. Signed-off-by: Randy Witt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 7bbdad74a3..8459d0f3cd 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf @@ -9,4 +9,4 @@ MACHINE_FEATURES = "" KERNEL_IMAGETYPE = "Image" -SERIAL_CONSOLES = "38400;ttyAMA0 38400;ttyAMA1" +SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0"