mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
qemuppc64: Add a QEMU machine definition for ppc64
(From OE-Core rev: 68275b25f0a1941cd9b3d2ddca60e9149ba18d37) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
24
meta/conf/machine/qemuppc64.conf
Normal file
24
meta/conf/machine/qemuppc64.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: QEMU PPC64 machine
|
||||
#@DESCRIPTION: Machine configuration for running a PPC system on QEMU
|
||||
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/tune-power9.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;hvc0"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-ppc64"
|
||||
QB_MACHINE = "-machine pseries"
|
||||
QB_CPU = "-cpu POWER9"
|
||||
QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
|
||||
#QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
|
||||
QB_OPT_APPEND = "-usb -device usb-tablet"
|
||||
|
||||
#prelink broken on ppc64
|
||||
#USER_CLASSES_remove = "image-prelink"
|
||||
#IMAGE_PREPROCESS_COMMAND_remove = "prelink_image;"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
Reference in New Issue
Block a user