mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
19 lines
528 B
PHP
19 lines
528 B
PHP
PCMCIA_MANAGER = "pcmciautils"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
GPE_EXTRA_INSTALL += "gaim sylpheed"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
|
|
|
|
IMAGE_FSTYPES ?= "tar.bz2 ext3"
|
|
|
|
ROOT_FLASH_SIZE = "280"
|
|
IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
|
|
IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
|
|
|
|
# Don't include kernels in standard images
|
|
RDEPENDS_kernel-base = ""
|
|
|
|
# Use a common kernel recipe for all QEMU machines
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux"
|