mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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) (From OE-Core rev: c622eaff01383b2f18d243d10b2d2dd4393ef6f1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3674b577f6
commit
7901b12541
@@ -713,6 +713,7 @@ require conf/sanity.conf
|
|||||||
DL_DIR ?= "${TOPDIR}/downloads"
|
DL_DIR ?= "${TOPDIR}/downloads"
|
||||||
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
|
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
|
||||||
IMAGE_FSTYPES ?= "tar.gz"
|
IMAGE_FSTYPES ?= "tar.gz"
|
||||||
|
IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
|
||||||
|
|
||||||
INITRAMFS_FSTYPES ?= "cpio.gz"
|
INITRAMFS_FSTYPES ?= "cpio.gz"
|
||||||
# The maximum size in Kbytes for the generated initramfs image size.
|
# The maximum size in Kbytes for the generated initramfs image size.
|
||||||
|
|||||||
Reference in New Issue
Block a user