diff options
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 40de141fd5..cc4daa491f 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -10,37 +10,14 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" | |||
10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
11 | GPE_EXTRA_INSTALL += "gaim sylpheed" | 11 | GPE_EXTRA_INSTALL += "gaim sylpheed" |
12 | 12 | ||
13 | include conf/machine/include/handheld-common.conf | ||
14 | include conf/machine/include/tune-arm926ejs.conf | 13 | include conf/machine/include/tune-arm926ejs.conf |
15 | 14 | ||
16 | SERIAL_CONSOLE = "115200 ttyAMA0" | 15 | SERIAL_CONSOLE = "115200 ttyAMA0" |
17 | 16 | ||
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
19 | 18 | ||
20 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ | 19 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" |
21 | pcmciautils apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ | ||
22 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf" | ||
23 | |||
24 | # Ethernet modules | ||
25 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" | ||
26 | # NFS Modules | ||
27 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" | ||
28 | # Crypto Modules | ||
29 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" | ||
30 | # SMB and CRAMFS | ||
31 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" | ||
32 | # Serial Modules | ||
33 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" | ||
34 | # Bluetooth Modules | ||
35 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ | ||
36 | # kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ | ||
37 | # kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" | ||
38 | # Infrared Modules | ||
39 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm \ | ||
40 | # kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" | ||
41 | 20 | ||
42 | IMAGE_FSTYPES ?= "tar.bz2" | 21 | IMAGE_FSTYPES ?= "tar.bz2" |
43 | 22 | ||
44 | ROOT_FLASH_SIZE = "100" | 23 | ROOT_FLASH_SIZE = "100" |
45 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, | ||
46 | # we boot from the built-in harddisk in C3000. ROOT_FLASH_SIZE is really 5 MegaByte | ||