diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-16 17:06:46 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-16 17:06:46 +0000 |
commit | 9232aa30f8d4724bab5ec2cb376e13bea859bb12 (patch) | |
tree | 2717bd3538b20e6a38a2c6927afa2f20d9452445 /meta | |
parent | a4da778e7f6287cde9e49f08a929ce44280cfd4f (diff) | |
download | openembedded-core-9232aa30f8d4724bab5ec2cb376e13bea859bb12.tar.gz openembedded-core-9232aa30f8d4724bab5ec2cb376e13bea859bb12.tar.bz2 openembedded-core-9232aa30f8d4724bab5ec2cb376e13bea859bb12.zip |
machine/spitz: Increase default ext2 image size to fit sdk images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1150 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/spitz.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index b7a9e2ab01..85a22975c7 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf @@ -9,6 +9,7 @@ PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" IMAGE_FSTYPES ?= "tar.gz ext2" +IMAGE_ROOTFS_SIZE_ext2 = "200000" ROOT_FLASH_SIZE = "100" # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |