mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
The introduction of the linux-yocto-3.0 kernel is taking precedence over the known working 2.6.37 version. Forcing 2.6.37 until 3.0 is validated on the qemu machines. (From OE-Core rev: 77a41ab5ca92606ee08f002a8dfc631f642a3179) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
568 B
PHP
19 lines
568 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_VERSION_linux-yocto ?= "2.6.37+git%"
|
|
#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
|
|
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|