LAB-settings.conf: Separate internal details of LAB support for machines which can...
[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 include conf/machine/include/tune-xscale.conf
9 ROOT_FLASH_SIZE = "32"
10 GUI_MACHINE_CLASS = "smallscreen"
11 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget"
12
13 # Software/package selection
14 PCMCIA_MANAGER = "pcmciautils"
15 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
16 PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
17
18 # Modules autoload and other boot properties
19 module_autoload_snd-pcm-oss = "snd-pcm-oss"
20 module_autoload_g_ether = "g_ether"
21
22 SERIAL_CONSOLE = "115200 ttyS0 vt100"
23 USE_VT = "0"
24
25 include conf/machine/include/LAB-settings.conf