increase dvbapp PR.
[vuplus_openembedded] / conf / machine / nokia770.conf
1 #@TYPE: Machine
2 #@NAME: Nokia 770 internet tablet
3 #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap"
7 PREFERRED_PROVIDER_virtual/bootloader = ""
8 PREFERRED_PROVIDER_tslib = "tslib-maemo"
9
10 XSERVER = "xserver-kdrive-xomap"
11
12 # 800x480 is big enough for me
13 GUI_MACHINE_CLASS = "bigscreen"
14 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
15 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
16
17 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
18 require conf/machine/include/tune-arm926ejs.inc
19
20 #size of the root partition (yes, it is 123 MB)
21 ROOT_FLASH_SIZE = "123"
22 EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000"
23
24 IMAGE_FSTYPES ?= "jffs2"
25
26 # serial console port on devboard rev. B3
27 SERIAL_CONSOLE = "115200 ttyS0"
28
29 PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
30
31 #use this if you are using the nokia initfs
32 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
33
34 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat"
35 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
36
37 # build tools
38 EXTRA_IMAGEDEPENDS += "0xffff-native"
39