mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] (From OE-Core rev: cc6763b81fafddcb112a6126373c594e3ec4b140) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: qemu PPC Emulator setup
|
|
#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
|
|
|
|
TARGET_ARCH = "powerpc"
|
|
|
|
PREFERRED_PROVIDER_virtual/libgl = "mesa-xlib"
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|