mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bitbake.conf: Default to an IMAGE_FSTYPES of tar.gz instead of the less useful jffs2
This commit is contained in:
@@ -594,7 +594,7 @@ require conf/abi_version.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}"
|
||||
|
||||
Reference in New Issue
Block a user