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

git at git.openembedded.org git at git.openembedded.org
Mon May 9 22:49:34 UTC 2016


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

commit 06b0ab2aaa1307e3a292dab30e2d10b63ed9066b
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