From fef20e71ba59635f79d4cdae76dd150650e59039 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 14 Apr 2016 12:44:29 -0300 Subject: [PATCH] cfa100xx: Use 'sdcard.gz' as output Using a compressed filesystem allows for easier transfer of it and reduces a lot the disk usage in deploy directory. Change-Id: I1b76a1bac1fc7a1f125db25c2a60e9f077f8df79 Signed-off-by: Otavio Salvador --- conf/machine/include/cfa10036.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc index 113d983..b83528a 100644 --- a/conf/machine/include/cfa10036.inc +++ b/conf/machine/include/cfa10036.inc @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "barebox" IMAGE_BOOTLOADER = "barebox" BAREBOX_BINARY = "barebox" -IMAGE_FSTYPES_mxs = "tar.bz2 barebox.mxsboot-sdcard sdcard" +IMAGE_FSTYPES_mxs = "tar.bz2 barebox.mxsboot-sdcard sdcard.gz" IMXBOOTLETS_MACHINE = "cfa10036"