zaurus machines: Clean up IPKG_EXTRA_ARCHS and IMAGE_FSTPES (from poky)
[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 IPKG_EXTRA_ARCHS = "armv4 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-omap"
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 include conf/machine/include/tune-arm926ejs.conf
18
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-nokia770"
30
31 BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils  nokia770-init \
32  apm  ppp wireless-tools console-tools"
33
34 #use this if you are using the nokia initfs
35 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
36
37