diff options
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc new file mode 100644 index 0000000000..848709a5d5 --- /dev/null +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | PCMCIA_MANAGER = "pcmciautils" | ||
2 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | ||
3 | GUI_MACHINE_CLASS = "bigscreen" | ||
4 | GPE_EXTRA_INSTALL += "gaim sylpheed" | ||
5 | |||
6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" | ||
7 | |||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | ||
9 | |||
10 | ROOT_FLASH_SIZE = "220" | ||
11 | IMAGE_ROOTFS_SIZE_ext2 ?= "220000" | ||