[gnome-continuous-yocto/gnomeostree-3.28-rocko: 168/8267] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS



commit 015266a66567b71d54caf2d7fda3045d3081fb71
Author: Ross Burton <ross burton intel com>
Date:   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.
    
    (From OE-Core rev: 0a1b02fab0e2604cd55ea6f45d764a864599213a)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]