summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/spitz.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 17:00:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 17:00:54 +0000
commit65f6428521a6721b94a9c3f90a229ef06179ab51 (patch)
treedf9dcda77e0bacb2f7d496e272ea13df649a83dd /meta/conf/machine/spitz.conf
parentd20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f (diff)
downloadpoky-65f6428521a6721b94a9c3f90a229ef06179ab51.tar.gz
conf/machine: Sync various changes with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2656 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/spitz.conf')
-rw-r--r--meta/conf/machine/spitz.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf
index 63cd30f0d7..4a3730aeb0 100644
--- a/meta/conf/machine/spitz.conf
+++ b/meta/conf/machine/spitz.conf
@@ -2,8 +2,8 @@
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
5include conf/machine/include/zaurus-clamshell.inc 5require conf/machine/include/zaurus-2.6.inc
6include conf/machine/include/zaurus-2.6.inc 6require conf/machine/include/zaurus-clamshell.inc
7 7
8PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" 8PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
9 9
@@ -12,5 +12,3 @@ IMAGE_FSTYPES ?= "tar.gz ext3"
12IMAGE_ROOTFS_SIZE_ext3 = "250000" 12IMAGE_ROOTFS_SIZE_ext3 = "250000"
13 13
14ROOT_FLASH_SIZE = "100" 14ROOT_FLASH_SIZE = "100"
15# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,
16# we boot from the built-in harddisk in C3000. ROOT_FLASH_SIZE is really 5 MegaByte