[oe-commits] Randy Witt : qemuarm64.conf: Make the second serial console /dev/hvc0

git at git.openembedded.org git at git.openembedded.org
Sat Aug 29 12:39:34 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 5b720a69f0d181ab2de6032a6e3f5a0ee4a14302
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b720a69f0d181ab2de6032a6e3f5a0ee4a14302

Author: Randy Witt <randy.e.witt at linux.intel.com>
Date:   Thu Aug 27 19:42:43 2015 -0700

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 at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/qemuarm64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 7bbdad7..8459d0f 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"



More information about the Openembedded-commits mailing list