merge of '42aef61ee7960f3e8df22a2a931c9a46a49531ab'
[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 PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
6 TARGET_ARCH = "arm"
7
8 # Set preferred providers
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-h1940"
11
12 # Set features for task-base
13 MACHINE_GUI_CLASS = "smallscreen"
14 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
15 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
16 MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen vfat"
17
18
19 # Some extra configuration
20 VOLATILE_STORAGE_SIZE = "64"
21 ROOT_FLASH_SIZE = "32"
22 SERIAL_CONSOLE = "115200 ttySAC2 vt100"
23 USE_VT = "0"
24
25 # tune for armv4t
26 require conf/machine/include/tune-arm920t.inc
27