mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
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>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic armv8 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic armv8
|
|
|
|
require conf/machine/include/arm/arch-armv8.inc
|
|
require conf/machine/include/qemu.inc
|
|
|
|
MACHINE_FEATURES = ""
|
|
|
|
KERNEL_IMAGETYPE = "Image"
|
|
|
|
SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0"
|