summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine/spitz.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
commitdd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch)
treee8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/spitz.conf
parentce241d7e6d8e31411867b5f2127b02c776b39d8a (diff)
downloadpoky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/spitz.conf')
-rw-r--r--openembedded/conf/machine/spitz.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/openembedded/conf/machine/spitz.conf b/openembedded/conf/machine/spitz.conf
index 9a53e8f1a9..e1cb468d8f 100644
--- a/openembedded/conf/machine/spitz.conf
+++ b/openembedded/conf/machine/spitz.conf
@@ -2,19 +2,19 @@
2#@NAME: Sharp Zaurus SL-C3000 2#@NAME: Sharp Zaurus SL-C3000
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device 3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
4 4
5KERNEL_VERSION ?= "2.4" 5KERNEL_VERSION ?= "2.6"
6 6
7include conf/machine/zaurus-clamshell.conf 7include conf/machine/include/zaurus-clamshell.conf
8include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf 8include conf/machine/include/zaurus-clamshell-${KERNEL_VERSION}.conf
9 9
10PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs"
11PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" 10PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs"
12PIVOTBOOT_EXTRA_RRECOMMENDS += "" 11PIVOTBOOT_EXTRA_RRECOMMENDS += ""
13 12
14# Useful things for the built-in Harddisk 13# Useful things for the built-in Harddisk
15BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" 14BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs"
16BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs"
17 15
18IMAGE_FSTYPES = "jffs2 tar.gz" 16IMAGE_FSTYPES = "jffs2 tar.gz"
19 17
20ROOT_FLASH_SIZE = "100" 18ROOT_FLASH_SIZE = "100"
19# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,
20# we boot from the built-in harddisk in C3000. ROOT_FLASH_SIZE is really 5 MegaByte