aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
blob: bfa8ace376fd01192fdf81b85e2f5ee15db37ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500
#@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices

TARGET_ARCH = "arm"

MACHINE_KERNEL_VERSION ?= "2.4"
require conf/machine/include/collie-${MACHINE_KERNEL_VERSION}.conf

PREFERRED_PROVIDER_xserver = "xserver-kdrive"

# This is needed for the ramdisk script to work
MACHINE_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"

EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"

IMAGE_LINGUAS = ""

IMAGE_FSTYPES ?= "jffs2 tar.gz"

require conf/machine/include/tune-strongarm.conf

ROOT_FLASH_SIZE = "14"
# actually 14680064, see EXTRA_IMAGECMD above

MACHINE_TASK_PROVIDER = "task-base"
GUI_MACHINE_CLASS_poodle = "smallscreen"