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
This commit is contained in:
Richard Purdie
2007-01-30 12:27:12 +00:00
parent 3cce9ba903
commit 3b75644d51
2 changed files with 8 additions and 2 deletions

View File

@@ -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,