aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-12-11 10:30:35 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-14 19:55:04 +0000
commit7e1a10c3997c31e2c52696d2d0a152eea3cbb081 (patch)
tree33b553ce6e83dc32b714ca2d76f50fa53df052d0 /conf
parent1738f90589289d8476f7afcb080b7cebc16173c0 (diff)
downloadmeta-handheld-7e1a10c3997c31e2c52696d2d0a152eea3cbb081.tar.gz
zaurus.inc: weak assignment to IMAGE_FSTYPES
* easier for builder to limit IMAGE_FSTYPES in local.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/zaurus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 7f12ac3..ee24900 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -9,7 +9,7 @@ ERASEBLOCKSIZE_akita = "0x20000"
# C3100 and C3200 have same 128MiB NAND device as akita
ERASEBLOCKSIZE_spitz = "0x20000"
-IMAGE_FSTYPES += "tar.gz jffs2 sum.jffs2"
+IMAGE_FSTYPES ?= "tar.gz jffs2 sum.jffs2"
# kernel now supports favourlzo
EXTRA_IMAGECMD_jffs2 = "-p -l --eraseblock=${ERASEBLOCKSIZE}"