mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
This is needed to to boot efl images on qemuarm,qemumips and qemuppc these options were already defined for qemux86 and qemux86-64 and therefore the images were booting fine for these two machines (From OE-Core rev: 60e73068cf542c2134106fe6cfc5971874bbc766) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
811 B
PHP
29 lines
811 B
PHP
PCMCIA_MANAGER = "pcmciautils"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
|
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri"
|
|
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa-dri"
|
|
|
|
XSERVER ?= "xserver-xorg \
|
|
mesa-dri-driver-swrast \
|
|
xf86-input-evdev \
|
|
xf86-input-mouse \
|
|
xf86-video-fbdev \
|
|
xf86-input-keyboard"
|
|
|
|
MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
|
|
|
|
MACHINEOVERRIDES .= ":qemuall"
|
|
|
|
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"
|