merge of 'a0f0a04325ed193844895cf9b74e8b1b48deac4e'
[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 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
6
7 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
8 PREFERRED_PROVIDER_virtual/bootloader = ""
9 PREFERRED_PROVIDER_tslib = "tslib-maemo"
10
11 XSERVER = "xserver-kdrive-xomap"
12
13 # 800x480 is big enough for me
14 GUI_MACHINE_CLASS = "bigscreen"
15 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
16 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
17
18 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
19 require conf/machine/include/tune-arm926ejs.inc
20
21 #size of the root partition (yes, it is 123 MB)
22 ROOT_FLASH_SIZE = "123"
23 EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000"
24
25 IMAGE_FSTYPES ?= "jffs2"
26
27 # serial console port on devboard rev. B3
28 SERIAL_CONSOLE = "115200 ttyS0"
29
30 PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
31
32 #use this if you are using the nokia initfs
33 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
34
35 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat"
36 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
37
38 # build tools
39 EXTRA_IMAGEDEPENDS += "0xffff-native"
40