diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2015-08-27 19:42:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-29 13:18:32 +0100 |
commit | 5b720a69f0d181ab2de6032a6e3f5a0ee4a14302 (patch) | |
tree | db15d847a2a0dce6b1b6f8112741e3f559e8b5ec | |
parent | 4cca92b34defae425929d92671edde621f8a5e80 (diff) | |
download | openembedded-core-contrib-5b720a69f0d181ab2de6032a6e3f5a0ee4a14302.tar.gz |
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 <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/qemuarm64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 7bbdad74a35..8459d0f3cd7 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" |