summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-24 16:19:18 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-24 16:19:18 +0000
commit138930befc50a75e657abe5cd87e0e91f30d3ced (patch)
tree10668533ec68fdf17a39ea942c43b6bfd3c4646e /meta
parentd2db6dacf518723c4fa2a1959ee36cabfc9f7dba (diff)
downloadopenembedded-core-138930befc50a75e657abe5cd87e0e91f30d3ced.tar.gz
openembedded-core-138930befc50a75e657abe5cd87e0e91f30d3ced.tar.bz2
openembedded-core-138930befc50a75e657abe5cd87e0e91f30d3ced.tar.xz
openembedded-core-138930befc50a75e657abe5cd87e0e91f30d3ced.zip
Bump rootfs sizes to fit sdk images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2221 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/include/qemu.conf4
-rw-r--r--meta/conf/machine/spitz.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/include/qemu.conf b/meta/conf/machine/include/qemu.conf
index 35091ad19..848709a5d 100644
--- a/meta/conf/machine/include/qemu.conf
+++ b/meta/conf/machine/include/qemu.conf
@@ -7,5 +7,5 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
-ROOT_FLASH_SIZE = "200"
-IMAGE_ROOTFS_SIZE_ext2 ?= "200000"
+ROOT_FLASH_SIZE = "220"
+IMAGE_ROOTFS_SIZE_ext2 ?= "220000"
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf
index 47dfbf797..a8e25c7b7 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 = "200000"
+IMAGE_ROOTFS_SIZE_ext3 = "220000"
ROOT_FLASH_SIZE = "100"
# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,