diff options
author | Ross Burton <ross.burton@intel.com> | 2016-05-06 12:26:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:08:30 +0100 |
commit | 0a1b02fab0e2604cd55ea6f45d764a864599213a (patch) | |
tree | 45164fec1f274793eba053f0cf2a8c44d10064eb /meta/conf/bitbake.conf | |
parent | 53fd0a4a37023642a770a9fbf3cd5511d3c82af7 (diff) | |
download | openembedded-core-0a1b02fab0e2604cd55ea6f45d764a864599213a.tar.gz openembedded-core-0a1b02fab0e2604cd55ea6f45d764a864599213a.tar.bz2 openembedded-core-0a1b02fab0e2604cd55ea6f45d764a864599213a.zip |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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. |