[oe-commits] [openembedded-core] 05/12: bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

git at git.openembedded.org git at git.openembedded.org
Wed May 11 09:35:01 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0a1b02fab0e2604cd55ea6f45d764a864599213a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri May 6 12:26:05 2016 +0100

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1c4175f..8e02e91 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list