increase dvbapp PR.
[vuplus_openembedded] / conf / machine / hx2000.conf
1 #@TYPE: Machine
2 #@NAME: iPAQ hx2xxx
3 #@DESCRIPTION: Machine configuration for the hx2000 iPAQs with a pxa27x CPU 
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS += "iwmmxt"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
9
10 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
11
12 ROOT_FLASH_SIZE = "80"
13
14 EXTRA_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
18 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
19
20 MODUTILS = "26" 
21
22 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
23
24 PCMCIA_MANAGER = "pcmciautils"
25
26 SERIAL_CONSOLE = "115200 ttyS0"
27
28 MACHINE_GUI_CLASS = "smallscreen"
29 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
30 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
31
32 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
33 require conf/machine/include/tune-xscale.inc
34
35 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
36 #require conf/machine/include/tune-iwmmxt.inc
37
38 module_autoload_evdev = "evdev"
39 module_autoload_pcmcia = "pcmcia"
40 module_autoload_mmc_block = "mmc_block"
41 module_autoload_snd-pcm-oss = "snd-pcm-oss"
42 module_autoload_snd-mixer-oss = "snd-mixer-oss"
43 module_autoload_pxa27x_udc = "pxa27x_udc"
44
45 #FIXME: this should be controlled by a userspace utility later.
46 module_autoload_g_ether = "g_ether"
47
48 # Don't include kernels in standard images
49 RDEPENDS_kernel-base = ""
50 KERNEL_IMAGETYPE = "zImage"