amsdelta: Limit size of ext2 images to 8M so we can use them as an initrd.
authorJonathan McDowell <noodles@earth.li>
Wed, 31 May 2006 07:29:32 +0000 (07:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 31 May 2006 07:29:32 +0000 (07:29 +0000)
conf/machine/amsdelta.conf

index 193048a..443b70c 100644 (file)
@@ -23,4 +23,6 @@ PREFERRED_VERSION_u-boot = 1.1.4
 
 TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
 
+IMAGE_ROOTFS_SIZE_ext2 = "8192"
+IMAGE_ROOTFS_SIZE_ext2.gz = "8192"
 IMAGE_FSTYPES = "ext2.gz tar.bz2"