zaurus machine configurations: fix ROOT_FLASH_SIZE on all models and set 2.6 as defau...
[vuplus_openembedded] / conf / machine / collie.conf
1 #@TYPE: Machine
2 #@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500
3 #@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices
4
5 TARGET_ARCH = "arm"
6 IPKG_ARCHS = "all arm ${MACHINE}"
7 PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
8 PREFERRED_PROVIDER_virtual/kernel ?= "collie-kernels-2.4-embedix"
9 BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support altboot"
10 BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules-cs \
11 sharp-sdmmc-support kernel-module-net-fd kernel-module-sa1100-bi \
12 kernel-module-usbdcore kernel-module-usbdmonitor \
13 altboot"
14
15 # kernel-module-collie-ssp kernel-module-collie-tc35143af if buzzer.patch applied
16
17 # This is needed for the ramdisk script to work
18 BOOTSTRAP_EXTRA_DEPENDS  += "e2fsprogs"
19 BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
20
21 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
22
23 IMAGE_LINGUAS = ""
24
25 include conf/machine/handheld-common.conf
26 include conf/machine/tune-strongarm.conf
27
28 SERIAL_CONSOLE = "115200 ttyS0"
29
30 ROOT_FLASH_SIZE = "14"
31 # actually 14680064, see EXTRA_IMAGECMD above
32
33 # Later versions are broken on kernel 2.4
34 PREFERRED_VERSION_orinoco-modules = "0.13e"