merge of '1eda447bcdb08adfa9f20f565bd08e963be86a92'
[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
16 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
17 require conf/machine/include/tune-arm926ejs.inc
18
19 #size of the root partition (yes, it is 123 MB)
20 ROOT_FLASH_SIZE = "123"
21 EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000"
22
23 IMAGE_FSTYPES ?= "jffs2"
24
25 # serial console port on devboard rev. B3
26 SERIAL_CONSOLE = "115200 ttyS0"
27
28 PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
29
30 #use this if you are using the nokia initfs
31 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
32
33 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat"
34 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
35
36 # build tools
37 EXTRA_IMAGEDEPENDS += "0xffff-native"
38