increase dvbapp PR.
[vuplus_openembedded] / conf / machine / h3600.conf
1 #@TYPE: Machine
2 #@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx
3 #@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9
10 require conf/machine/include/tune-strongarm.inc
11
12 # h3700, h3800 have 32, but let that be the bonus
13 ROOT_FLASH_SIZE = "16"
14 # h3630 have 32Mb only
15 VOLATILE_STORAGE_SIZE = "64"
16 MACHINE_GUI_CLASS = "smallscreen"
17 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
18 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
19 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
20
21 #
22 # Software/packages selection
23 #
24 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
25 PCMCIA_MANAGER = "pcmciautils"
26 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
27
28 MACHINE_EXTRA_RDEPENDS = "ipaq-boot-params"
29 MACHINE_EXTRA_RRECOMMENDS = "\
30                              kernel-module-micro"
31
32 EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
33
34 #
35 # Modules autoload and other boot properties
36 #
37 SERIAL_CONSOLE = "115200 ttySA0 vt100"
38 USE_VT = "0"