merge of '593b9e6f5ea7ab1790ec54c7599baf883f22f12b'
[vuplus_openembedded] / conf / machine / h4000.conf
1 #@TYPE: Machine
2 #@NAME: HP iPAQ h4xxx
3 #@DESCRIPTION: Machine configuration for the HP iPAQ h4xxx
4
5 # Hardware-based properties
6 TARGET_ARCH = "arm"
7 IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
8
9 require conf/machine/include/tune-xscale.conf
10
11 ROOT_FLASH_SIZE = "32"
12 GUI_MACHINE_CLASS = "smallscreen"
13 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget"
14
15 # Software/package selection
16 PCMCIA_MANAGER = "pcmciautils"
17 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
18 PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
19
20 # Modules autoload and other boot properties
21 module_autoload_snd-pcm-oss = "snd-pcm-oss"
22 module_autoload_g_ether = "g_ether"
23
24 SERIAL_CONSOLE = "115200 ttyS0 vt100"
25 USE_VT = "0"
26
27 require conf/machine/include/LAB-settings.conf