[oe-commits] org.oe.dev bitbake.conf: Set default IMAGE_FSTYPES to "tar.gz".

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Feb 12 21:16:34 UTC 2008


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).

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 465f9c73626153a7e195a5b8c08ae66282c3722f
ViewMTN: http://monotone.openembedded.org/revision/info/465f9c73626153a7e195a5b8c08ae66282c3722f
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r34e43612b25ab2cef55713b9d003cdb82e7cfa25 -r465f9c73626153a7e195a5b8c08ae66282c3722f
#
# 
# 
# patch "conf/bitbake.conf"
#  from [5044eed5572b1c9c12c31cf7952ccedc1648524c]
#    to [07bc2ee707d6a2bd35d0bb19d32d15965edbc443]
# 
============================================================
--- conf/bitbake.conf	5044eed5572b1c9c12c31cf7952ccedc1648524c
+++ conf/bitbake.conf	07bc2ee707d6a2bd35d0bb19d32d15965edbc443
@@ -541,7 +541,7 @@ DL_DIR ?= "${TMPDIR}/downloads"
 ##################################################################
 
 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}"






More information about the Openembedded-commits mailing list