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

Linus Walleij linus.walleij at linaro.org
Mon Nov 11 13:03:03 UTC 2013


This enables us to output a tar.gz image during the h3600
build process.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 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




More information about the Openembedded-devel mailing list