aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-11-11 14:03:03 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-11 13:06:14 +0000
commite07ae17cfda815e9395ce2f6b28e1797dfaef1df (patch)
tree0785861d46f493c4855a5ed80306546f3c7c0f2a
parent767a68bba8e87b856330aa0cffec2da8d0f75992 (diff)
downloadmeta-handheld-e07ae17cfda815e9395ce2f6b28e1797dfaef1df.tar.gz
h3600: build .tar.gz images too
This enables us to output a tar.gz image during the h3600 build process. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--conf/machine/h3600.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index 6e9941b..7670c9c 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"