mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Add machine qemuarm64. The configure files are derived from linaro. Update: * rename genericarmv8 to qemuarm64 for coordination in oe-core * include qemu.inc then remove common part of config * disable using autoserial * move arch-armv8.inc from machine/include/arm64 to machine/include/arm [YOCTO #6487] (From OE-Core rev: d7314c3bc804b7bcc921b0a6c5b63d71ca2e73db) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
283 B
Plaintext
13 lines
283 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_CONSOLE = "38400 ttyAMA0"
|