aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-12 17:46:33 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-12 17:46:33 +0000
commit7083b385f61a37eabba234ec5704e4e3e3c8cd26 (patch)
tree3fa67beb96b0c52c7c415881fa11243f27822a50 /conf/bitbake.conf
parentf5201f61e5ef7c839f1deb992fa89c579f27e588 (diff)
downloadopenembedded-7083b385f61a37eabba234ec5704e4e3e3c8cd26.tar.gz
bitbake.conf: Set default IMAGE_FSTYPES to "tar.gz".
* Per RFC on the ML, as the means to use neutral, well-known format as the default. * Machines which have affinity towards jffs2, can add 'IMAGE_FSTYPES ?= "jffs2"' to their configs. (Many known machines have been updated already).
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index ac2d281123..c6ef6012bf 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -541,7 +541,7 @@ require conf/sanity.conf
##################################################################
DL_DIR ?= "${TMPDIR}/downloads"
-IMAGE_FSTYPES ?= "jffs2"
+IMAGE_FSTYPES ?= "tar.gz"
PCMCIA_MANAGER ?= "pcmcia-cs"
DEFAULT_TASK_PROVIDER ?= "task-base"
MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"