mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. (From OE-Core rev: 97a57aca12437c24b628071bb189c9f3b94e27ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
280 B
Plaintext
12 lines
280 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-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|