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:33:42 +0100 |
commit | 015266a66567b71d54caf2d7fda3045d3081fb71 (patch) | |
tree | 3ee0e975b9748361407d60a52f4414f255738183 /meta/conf | |
parent | 88d5f563c9c10d83538072404c9c8ed20c51a8d8 (diff) | |
download | poky-015266a66567b71d54caf2d7fda3045d3081fb71.tar.gz |
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.
(From OE-Core rev: 0a1b02fab0e2604cd55ea6f45d764a864599213a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 | |||
713 | DL_DIR ?= "${TOPDIR}/downloads" | 713 | DL_DIR ?= "${TOPDIR}/downloads" |
714 | SSTATE_DIR ?= "${TOPDIR}/sstate-cache" | 714 | SSTATE_DIR ?= "${TOPDIR}/sstate-cache" |
715 | IMAGE_FSTYPES ?= "tar.gz" | 715 | IMAGE_FSTYPES ?= "tar.gz" |
716 | IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}" | ||
716 | 717 | ||
717 | INITRAMFS_FSTYPES ?= "cpio.gz" | 718 | INITRAMFS_FSTYPES ?= "cpio.gz" |
718 | # The maximum size in Kbytes for the generated initramfs image size. | 719 | # The maximum size in Kbytes for the generated initramfs image size. |