summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/hx2000.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/hx2000.conf')
-rw-r--r--meta/conf/machine/hx2000.conf49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/conf/machine/hx2000.conf b/meta/conf/machine/hx2000.conf
deleted file mode 100644
index a6775f2c3a..0000000000
--- a/meta/conf/machine/hx2000.conf
+++ /dev/null
@@ -1,49 +0,0 @@
1#@TYPE: Machine
2#@NAME: iPAQ hx2xxx
3#@DESCRIPTION: Machine configuration for the hx2000 iPAQs with a pxa27x CPU
4
5TARGET_ARCH = "arm"
6PACKAGE_EXTRA_ARCHS += "iwmmxt"
7
8PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
9
10PREFERRED_VERSION_orinoco-modules = "0.15rc1"
11
12ROOT_FLASH_SIZE = "80"
13
14EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
15 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
16 -e 256KiB -p"
17
18IMAGE_FSTYPES ?= "jffs2 tar.bz2"
19
20MODUTILS = "26"
21
22MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
23
24PCMCIA_MANAGER = "pcmciautils"
25
26SERIAL_CONSOLE = "115200 ttyS0"
27
28MACHINE_GUI_CLASS = "smallscreen"
29MACHINE_DISPLAY_WIDTH_PIXELS = "240"
30MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
31
32require conf/machine/include/tune-xscale.inc
33
34# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
35#require conf/machine/include/tune-iwmmxt.inc
36
37module_autoload_evdev = "evdev"
38module_autoload_pcmcia = "pcmcia"
39module_autoload_mmc_block = "mmc_block"
40module_autoload_snd-pcm-oss = "snd-pcm-oss"
41module_autoload_snd-mixer-oss = "snd-mixer-oss"
42module_autoload_pxa27x_udc = "pxa27x_udc"
43
44#FIXME: this should be controlled by a userspace utility later.
45module_autoload_g_ether = "g_ether"
46
47# Don't include kernels in standard images
48RDEPENDS_kernel-base = ""
49KERNEL_IMAGETYPE = "zImage"