increase dvbapp PR.
[vuplus_openembedded] / conf / machine / eseries.conf
1 #@TYPE: Machine
2 #@NAME: eseries
3 #@DESCRIPTION: Machine configuration for the Toshiba eseries (e3xx/e4xx/e7xx/e8xx)
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9
10 #Compile with armv5te optimizations, incompatible with armv4(t) cpus
11 require conf/machine/include/tune-xscale.inc
12
13 #Set some hints for metadata  
14 VOLATILE_STORAGE_SIZE = "64"
15 ROOT_FLASH_SIZE = "32"
16 MACHINE_GUI_CLASS = "smallscreen"
17 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
18 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
19 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen"
20
21 #
22 # Software/packages selection
23 #
24 PCMCIA_MANAGER = "pcmciautils"
25 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
26 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
27
28 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
29
30 #
31 # Modules autoload and other boot properties
32 #
33 module_autoload_snd-pcm-oss     = "snd-pcm-oss"
34
35 SERIAL_CONSOLE = "115200 ttyS0 vt100"
36 USE_VT = "0"
37
38 require conf/machine/include/LAB-settings.inc