From: Jonathan McDowell Date: Wed, 31 May 2006 07:29:32 +0000 (+0000) Subject: amsdelta: Limit size of ext2 images to 8M so we can use them as an initrd. X-Git-Tag: Release-2010-05/1~9453^2~1558^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e42b4d30cf60f6b546e4464e307ba5ee97a5fad;p=openembedded.git amsdelta: Limit size of ext2 images to 8M so we can use them as an initrd. --- diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf index 193048ae52..443b70c5de 100644 --- a/conf/machine/amsdelta.conf +++ b/conf/machine/amsdelta.conf @@ -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"