1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

bitbake.conf: Default to an IMAGE_FSTYPES of tar.gz instead of the less useful jffs2

This commit is contained in:
Richard Purdie
2009-01-02 10:31:44 +00:00
parent 01ceeedc79
commit 6552990921
+1 -1
View File
@@ -594,7 +594,7 @@ require conf/abi_version.conf
################################################################## ##################################################################
DL_DIR ?= "${TMPDIR}/downloads" DL_DIR ?= "${TMPDIR}/downloads"
IMAGE_FSTYPES ?= "jffs2" IMAGE_FSTYPES ?= "tar.gz"
PCMCIA_MANAGER ?= "pcmcia-cs" PCMCIA_MANAGER ?= "pcmcia-cs"
DEFAULT_TASK_PROVIDER ?= "task-base" DEFAULT_TASK_PROVIDER ?= "task-base"
MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"