summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-30 12:27:12 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-30 12:27:12 +0000
commit3b75644d51f0b437e7ae738ef408b5a9e2d550f7 (patch)
tree94560f8b9959dd8907f116c6a2fd31a4313024a9 /meta/conf/machine
parent3cce9ba903a35dce67c08a8344acd52a3eae3e41 (diff)
downloadpoky-3b75644d51f0b437e7ae738ef408b5a9e2d550f7.tar.gz
bitbake.conf: Add ext3 image support (and update spitz to generate ext3 images)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1217 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/spitz.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf
index 85a22975c7..47dfbf797c 100644
--- a/meta/conf/machine/spitz.conf
+++ b/meta/conf/machine/spitz.conf
@@ -8,8 +8,8 @@ include conf/machine/include/zaurus-2.6.conf
8PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" 8PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
9 9
10PACKAGE_EXTRA_ARCHS += "iwmmxt" 10PACKAGE_EXTRA_ARCHS += "iwmmxt"
11IMAGE_FSTYPES ?= "tar.gz ext2" 11IMAGE_FSTYPES ?= "tar.gz ext3"
12IMAGE_ROOTFS_SIZE_ext2 = "200000" 12IMAGE_ROOTFS_SIZE_ext3 = "200000"
13 13
14ROOT_FLASH_SIZE = "100" 14ROOT_FLASH_SIZE = "100"
15# actually that should really read ROOTFS_SIZE = "100", because with modern kernels, 15# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,