From a41f7cdf0cbc56a283d5c845c36d88a0208bf386 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 27 Oct 2017 14:50:48 -0700 Subject: 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 Signed-off-by: Ross Burton --- 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 9696273acc..15feb573db 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. -- cgit 1.2.3-korg