summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemu.inc
blob: 10ab76ed6b989a5435f0b538f0cdf3ac5352c725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"

MACHINE_FEATURES = "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"