bitbake.conf: Set default IMAGE_FSTYPES to "tar.gz".
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 12 Feb 2008 17:46:33 +0000 (17:46 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 12 Feb 2008 17:46:33 +0000 (17:46 +0000)
* 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).

conf/bitbake.conf

index ac2d281..c6ef601 100644 (file)
@@ -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}"