merge of '55c714e37be4606a4166b3df883d5f404d3889bf'
[vuplus_openembedded] / conf / machine / er0100.conf
1 #@TYPE: Machine
2 #@NAME: iRex Iliad e-ink reader
3 #@DESCRIPTION: Machine configuration for the iRex Iliad e-ink reader
4
5 #
6 # Hardware-based properties
7 #
8
9 # CPU: Intel (now Marvell) PXA255
10
11 TARGET_ARCH = "arm"
12 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
13
14 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
15 require conf/machine/include/tune-xscale.inc
16
17 # Fix us:
18
19 #ROOT_FLASH_SIZE = "80"
20 #VOLATILE_STORAGE_SIZE = "64"
21 MACHINE_GUI_CLASS = "bigscreen"
22 MACHINE_DISPLAY_WIDTH_PIXELS = "768"
23 MACHINE_DISPLAY_HEIGHT_PIXELS = "1024"
24 MACHINE_FEATURES = "kernel24 touchscreen apm alsa pcmcia wifi usbgadget usbhost screen"
25
26 #
27 # Software/packages selection
28 #
29 PREFERRED_PROVIDER_virtual/kernel = "linux-er0100"
30 PCMCIA_MANAGER = "pcmcia-cs"
31 MODUTILS = "24" 
32 XSERVER = "xserver-kdrive-fbdev"
33
34
35 #
36 # Modules autoload and other boot properties
37 #
38 module_autoload_evdev = "evdev"
39 module_autoload_pcmcia = "pcmcia"
40
41 #FIXME: this should be controlled by a userspace utility later.
42 module_autoload_g_ether = "g_ether"
43
44 USE_VT = "0"
45 SERIAL_CONSOLE = "-L ttyS2 115200 vt100"
46