This enables us to output a tar.gz image during the h3600 build process. Signed-off-by: Linus Walleij <[email protected]> --- conf/machine/h3600.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 6e9941bec1a5..7670c9c0e170 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -24,7 +24,7 @@ INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma" IMAGE_DEVICE_TABLES = "" -IMAGE_FSTYPES = "jffs2" +IMAGE_FSTYPES += "tar.gz jffs2" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RDEPENDS = "mtd-utils mtd-utils-jffs2" -- 1.8.3.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
