merge of '4a859de905afc30ec35cf91dcd1dd6c18307c1f8'
[vuplus_openembedded] / conf / machine / h2200.conf
1 #@TYPE: Machine
2 #@NAME: HP iPAQ h22xx
3 #@DESCRIPTION: Machine configuration for the HP iPAQ h22xx
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
10
11 #Compile with armv5te optimizations, incompatible with armv4(t) cpus
12 require conf/machine/include/tune-xscale.inc
13
14 #Set some hints for metadata  
15 VOLATILE_STORAGE_SIZE = "64"
16 ROOT_FLASH_SIZE = "32"
17 MACHINE_GUI_CLASS = "smallscreen"
18 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
19 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
20 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen"
21
22 #
23 # Software/packages selection
24 #
25 PCMCIA_MANAGER = "pcmciautils"
26 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
27 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
28
29 MACHINE_EXTRA_RDEPENDS = "h2200-bootloader udev-hostap-cs-vcc-workaround"
30 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
31
32 #
33 # Modules autoload and other boot properties
34 #
35 module_autoload_snd-pcm-oss     = "snd-pcm-oss"
36
37 SERIAL_CONSOLE = "115200 ttyS0 vt100"
38 USE_VT = "0"
39
40 require conf/machine/include/LAB-settings.inc