summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@linux.intel.com>2015-08-27 19:42:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-29 13:38:04 +0100
commitf44e043c752470b1ed4d22f3732dc0b362f83fd9 (patch)
treedbcd7b4037e5d226247ae72f6675d44ff256ecc0 /meta/conf/machine
parenta8a061b91dceb8425838ca47a38e56b3f7be6b6b (diff)
downloadpoky-f44e043c752470b1ed4d22f3732dc0b362f83fd9.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. (From OE-Core rev: 5b720a69f0d181ab2de6032a6e3f5a0ee4a14302) 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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/qemuarm64.conf2
1 files changed, 1 insertions, 1 deletions
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 = ""
9 9
10KERNEL_IMAGETYPE = "Image" 10KERNEL_IMAGETYPE = "Image"
11 11
12SERIAL_CONSOLES = "38400;ttyAMA0 38400;ttyAMA1" 12SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0"