increase dvbapp PR.
[vuplus_openembedded] / conf / machine / nokia800.conf
1 #@TYPE: Machine
2 #@NAME: Nokia 800 internet tablet
3 #@DESCRIPTION: Machine configuration for the Nokia 800
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-tslib \
10            xf86-video-omapfb "
11
12 GUI_MACHINE_CLASS = "bigscreen"
13 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
15
16 include conf/machine/include/tune-arm1136jf-s.inc
17
18 ROOT_FLASH_SIZE = "174"
19 EXTRA_IMAGECMD_jffs2_nokia800 = "--pad --little-endian --eraseblock=0x20000 -n"
20
21 IMAGE_FSTYPES ?= "jffs2"
22
23 SERIAL_CONSOLE = "115200 ttyS0"
24
25 PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
26
27 #use this if you are using the nokia initfs
28 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
29
30 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat"
31 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
32
33 # build tools
34 EXTRA_IMAGEDEPENDS += "0xffff-native"