merge of '593b9e6f5ea7ab1790ec54c7599baf883f22f12b'
[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 TARGET_ARCH = "arm"
8 IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
9
10 #Compile with armv5te optimizations, incompatible with armv4(t) cpus
11 require conf/machine/include/tune-xscale.conf
12
13 #Set some hints for metadata  
14 ROOT_FLASH_SIZE = "32"
15 GUI_MACHINE_CLASS = "smallscreen"
16
17 #Set features for task-base 
18 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget"
19
20 # Software/package selection
21 PCMCIA_MANAGER = "pcmciautils"
22 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
23 PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
24
25 MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader kernel"
26 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
27
28 # Modules autoload and other boot properties
29 module_autoload_snd-pcm-oss     = "snd-pcm-oss"
30
31 SERIAL_CONSOLE = "115200 ttyS0 vt100"
32 USE_VT = "0"
33
34 require conf/machine/include/LAB-settings.conf