increase dvbapp PR.
[vuplus_openembedded] / conf / machine / h1940.conf
1 #@TYPE: Machine
2 #@NAME: h1940
3 #@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940
4
5 TARGET_ARCH = "arm"
6
7 # Set preferred providers
8 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-h1940"
10
11 # Set features for task-base
12 MACHINE_GUI_CLASS = "smallscreen"
13 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
15 MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen vfat"
16
17
18 # Some extra configuration
19 VOLATILE_STORAGE_SIZE = "64"
20 ROOT_FLASH_SIZE = "32"
21 SERIAL_CONSOLE = "115200 ttySAC2 vt100"
22 USE_VT = "0"
23
24 # tune for armv4t
25 require conf/machine/include/tune-arm920t.inc
26