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/conf/machine/spitz.conf | |
parent | a4da778e7f6287cde9e49f08a929ce44280cfd4f (diff) | |
download | poky-9232aa30f8d4724bab5ec2cb376e13bea859bb12.tar.gz |
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/conf/machine/spitz.conf')
-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}" | |||
9 | 9 | ||
10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" | 10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" |
11 | IMAGE_FSTYPES ?= "tar.gz ext2" | 11 | IMAGE_FSTYPES ?= "tar.gz ext2" |
12 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||
12 | 13 | ||
13 | ROOT_FLASH_SIZE = "100" | 14 | ROOT_FLASH_SIZE = "100" |
14 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, | 15 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |