mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
578 B
Plaintext
25 lines
578 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_FPU = ""
|
|
|
|
require conf/machine/include/tune-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.0%"
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
|
|
XSERVER = "xserver-kdrive-fbdev"
|
|
|
|
UBOOT_ENTRYPOINT = "0x00000000"
|
|
|
|
KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|