]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS
authorRoss Burton <ross.burton@intel.com>
Fri, 6 May 2016 11:26:05 +0000 (12:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:34:42 +0000 (19:34 +0100)
If debug filesystem generation is enabled but this isn't assigned then the
generation code throws exceptions.

(From OE-Core rev: 0a1b02fab0e2604cd55ea6f45d764a864599213a)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/conf/bitbake.conf

index 52e6d34f3ea828b296946740139da3fab0b2bd4b..878c20a0184c31e58a9a8f730d8f5b0e720ca7e6 100644 (file)
@@ -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.