From: Ross Burton Date: Fri, 6 May 2016 11:26:05 +0000 (+0100) Subject: bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS X-Git-Tag: uninative-1.0~119 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0a1b02fab0e2604cd55ea6f45d764a864599213a;p=openembedded-core.git bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS If debug filesystem generation is enabled but this isn't assigned then the generation code throws exceptions. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1c4175f277..8e02e91a89 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -713,6 +713,7 @@ require conf/sanity.conf DL_DIR ?= "${TOPDIR}/downloads" SSTATE_DIR ?= "${TOPDIR}/sstate-cache" IMAGE_FSTYPES ?= "tar.gz" +IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}" INITRAMFS_FSTYPES ?= "cpio.gz" # The maximum size in Kbytes for the generated initramfs image size.