mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
We use mac99 as platform for qemuppc lets choose a tuning thats appropriate for it (From OE-Core rev: 9b5572b8014f23747f18a7e0ca30c7094c524920) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: qemu PPC Emulator setup
|
|
#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-ppc7400.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|