Files
poky/openembedded/conf/machine/spitz.conf
Richard Purdie 9e7c699670 oe/conf updates from Openembedded
git-svn-id: https://svn.o-hand.com/repos/poky@186 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-12-12 14:39:34 +00:00

21 lines
579 B
Plaintext

#@TYPE: Machine
#@NAME: Sharp Zaurus SL-C3000
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
KERNEL_VERSION ?= "2.4"
include conf/machine/zaurus-clamshell.conf
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs"
PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs"
PIVOTBOOT_EXTRA_RRECOMMENDS += ""
# Useful things for the built-in Harddisk
BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs"
BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs"
IMAGE_FSTYPES = "jffs2 tar.gz"
ROOT_FLASH_SIZE = "100"