llvm-common: use do_install to do the stuff
[openembedded.git] / conf / machine / er0100.conf
blobf20d6ae8e3f53a5bc26879850deef12bcc7f3d36
1 #@TYPE: Machine
2 #@NAME: iRex Iliad e-ink reader
3 #@DESCRIPTION: Machine configuration for the iRex Iliad e-ink reader
6 # Hardware-based properties
9 # CPU: Intel (now Marvell) PXA255
11 TARGET_ARCH = "arm"
13 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
14 require conf/machine/include/tune-xscale.inc
16 # Fix us:
18 #ROOT_FLASH_SIZE = "80"
19 #VOLATILE_STORAGE_SIZE = "64"
20 MACHINE_GUI_CLASS = "bigscreen"
21 MACHINE_DISPLAY_WIDTH_PIXELS = "768"
22 MACHINE_DISPLAY_HEIGHT_PIXELS = "1024"
23 MACHINE_FEATURES = "kernel24 touchscreen apm alsa pcmcia wifi usbgadget usbhost screen"
26 # Software/packages selection
28 PREFERRED_PROVIDER_virtual/kernel = "linux-er0100"
29 PCMCIA_MANAGER = "pcmcia-cs"
30 MODUTILS = "24" 
31 XSERVER = "xserver-kdrive-fbdev"
35 # Modules autoload and other boot properties
37 module_autoload_evdev = "evdev"
38 module_autoload_pcmcia = "pcmcia"
40 #FIXME: this should be controlled by a userspace utility later.
41 module_autoload_g_ether = "g_ether"
43 USE_VT = "0"
44 SERIAL_CONSOLE = "-L ttyS2 115200 vt100"