[oe-commits] [openembedded-core] 10/40: bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 22:46:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit a41f7cdf0cbc56a283d5c845c36d88a0208bf386
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Oct 27 14:50:48 2017 -0700

    bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS
    
    Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can
    lead to creating a large number of DEBUGFS filesystem images, many of
    which may not make much sense (or may not even be buildable).
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9696273..15feb57 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -757,7 +757,7 @@ require conf/sanity.conf
 DL_DIR ?= "${TOPDIR}/downloads"
 SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
 IMAGE_FSTYPES ?= "tar.gz"
-IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
+IMAGE_FSTYPES_DEBUGFS ?= "tar.gz"
 
 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