All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS
@ 2016-05-06 11:26 Ross Burton
  2016-05-06 11:40 ` Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ross Burton @ 2016-05-06 11:26 UTC (permalink / raw)
  To: openembedded-core

If debug filesystem generation is enabled but this isn't assigned then the
generation code throws exceptions.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 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.
-- 
2.8.0.rc3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-07-14 10:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 11:26 [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS Ross Burton
2016-05-06 11:40 ` Martin Jansa
2016-05-06 13:51 ` Mark Hatle
2016-05-06 14:13   ` Khem Raj
2016-05-27 10:54 ` André Draszik
2016-05-27 14:21   ` Mark Hatle
2016-05-27 14:42     ` André Draszik
2016-05-27 15:21       ` Mark Hatle
2016-05-27 20:42         ` André Draszik
2016-07-14 10:04           ` André Draszik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.