diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:39:26 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:39:26 +0000 |
commit | 2f35f93753a87bdfce113fb7cad4c0127e7822c2 (patch) | |
tree | 47eac15aa14b6c2bd6f3d403aa63817e6e00ff84 /meta/conf/machine | |
parent | 6ca61e5a3cb5443c5203411e10f2c2e74e48b72b (diff) | |
download | openembedded-core-2f35f93753a87bdfce113fb7cad4c0127e7822c2.tar.gz openembedded-core-2f35f93753a87bdfce113fb7cad4c0127e7822c2.tar.bz2 openembedded-core-2f35f93753a87bdfce113fb7cad4c0127e7822c2.tar.xz openembedded-core-2f35f93753a87bdfce113fb7cad4c0127e7822c2.zip |
spitz.conf: Increase ext3 rootfs size
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2390 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index 4cfe5d794..63cd30f0d 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf @@ -9,7 +9,7 @@ PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" IMAGE_FSTYPES ?= "tar.gz ext3" -IMAGE_ROOTFS_SIZE_ext3 = "220000" +IMAGE_ROOTFS_SIZE_ext3 = "250000" ROOT_FLASH_SIZE = "100" # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |