increase dvbapp PR.
[vuplus_openembedded] / conf / machine / nokia900.conf
1 #@TYPE: Machine
2 #@NAME: Nokia 900 internet tablet
3 #@DESCRIPTION: Machine configuration for the Nokia 900
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-video-fbdev \
10            xf86-video-omapfb "
11
12 GUI_MACHINE_CLASS = "bigscreen"
13 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
15
16 require conf/machine/include/omap3.inc
17
18 ROOT_FLASH_SIZE = "100"
19 EXTRA_IMAGECMD_jffs2_nokia900 = "--pad --little-endian --eraseblock=0x20000 -n"
20
21 IMAGE_FSTYPES ?= "jffs2"
22
23 SERIAL_CONSOLE = "115200 ttyS0"
24
25 PREFERRED_PROVIDER_virtual/kernel = "linux"
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 vfat"