merge of '119a1b8e3787f193a0a34391450debc2878897c4'
[vuplus_openembedded] / conf / machine / navman-icn330.conf
1 #@TYPE: Machine
2 #@NAME: Navman iCN 300
3 #@DESCRIPTION: Machine configuration for the navman iCN 330 gps devicesx
4
5 # see http://www.duff.dk/navman/ for more details
6
7 #
8 # Hardware-based properties
9 #
10 TARGET_ARCH = "arm"
11 IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
12
13 #Compile with armv5te optimizations, incompatible with armv4(t) cpus
14 require conf/machine/include/tune-xscale.conf
15
16 #Set some hints for metadata  
17 VOLATILE_STORAGE_SIZE = "32"
18 GUI_MACHINE_CLASS = "smallscreen"
19
20 #Set features for task-base 
21 # touchscreen is not confirmed
22 MACHINE_FEATURES = "kernel26 touchscreen apm alsa  usbgadget"
23
24 #
25 # Software/packages selection
26 #
27 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
28 PREFERRED_PROVIDER_virtual/kernel = "linux-navman"
29
30
31 #
32 # Modules autoload and other boot properties
33 #
34 module_autoload_snd-pcm-oss     = "snd-pcm-oss"
35
36 SERIAL_CONSOLE = "115200 ttyS0 vt100"
37 USE_VT = "0"
38