The .sdcard image file was unnecessarily big, apply bzip2 compression on the file to reduce the resulting size.
Signed-off-by: Marek Vasut <[email protected]> Cc: Wolfgang Denk <[email protected]> --- meta-eldk/conf/machine/m28evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-eldk/conf/machine/m28evk.conf b/meta-eldk/conf/machine/m28evk.conf index a671a02..05194a2 100644 --- a/meta-eldk/conf/machine/m28evk.conf +++ b/meta-eldk/conf/machine/m28evk.conf @@ -38,4 +38,4 @@ SDCARD_BOOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.bootfs.ext4" SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4" # List of images to be built -IMAGE_FSTYPES ?= "tar.bz2 ext4 u-boot.sd u-boot.nand sdcard" +IMAGE_FSTYPES ?= "tar.bz2 ext4 u-boot.sd u-boot.nand sdcard.bz2" -- 1.9.0 _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
