diff mbox

[meta-handheld,3/3] h3600: build .tar.gz images too

Message ID 1384174983-5077-1-git-send-email-linus.walleij@linaro.org
State New
Headers show

Commit Message

Linus Walleij Nov. 11, 2013, 1:03 p.m. UTC
This enables us to output a tar.gz image during the h3600
build process.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 conf/machine/h3600.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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"