mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +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>
17 lines
452 B
PHP
17 lines
452 B
PHP
PCMCIA_MANAGER = "pcmciautils"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
|
|
|
|
IMAGE_FSTYPES ?= "tar.bz2 ext3"
|
|
|
|
ROOT_FLASH_SIZE = "280"
|
|
|
|
# Don't include kernels in standard images
|
|
RDEPENDS_kernel-base = ""
|
|
|
|
# Use a common kernel recipe for all QEMU machines
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
|
|
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|