mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 06:49:39 +01:00
The explicit setting of version preference to 2.6.37 is no longer required. All of the qemu targets have been built and boot tested on 3.0.1 for core-image-minimal and core-image-sato and are safe for wider build/boot testing. (From OE-Core rev: 14831b6ba26a6e43a1771a8516d0af145006c504) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
521 B
PHP
18 lines
521 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"
|
|
#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
|
|
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|