diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-30 12:27:12 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-30 12:27:12 +0000 |
commit | 3b75644d51f0b437e7ae738ef408b5a9e2d550f7 (patch) | |
tree | 94560f8b9959dd8907f116c6a2fd31a4313024a9 /meta/conf/machine/spitz.conf | |
parent | 3cce9ba903a35dce67c08a8344acd52a3eae3e41 (diff) | |
download | openembedded-core-3b75644d51f0b437e7ae738ef408b5a9e2d550f7.tar.gz openembedded-core-3b75644d51f0b437e7ae738ef408b5a9e2d550f7.tar.bz2 openembedded-core-3b75644d51f0b437e7ae738ef408b5a9e2d550f7.zip |
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/spitz.conf')
-rw-r--r-- | meta/conf/machine/spitz.conf | 4 |
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 PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" -IMAGE_FSTYPES ?= "tar.gz ext2" -IMAGE_ROOTFS_SIZE_ext2 = "200000" +IMAGE_FSTYPES ?= "tar.gz ext3" +IMAGE_ROOTFS_SIZE_ext3 = "200000" ROOT_FLASH_SIZE = "100" # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |