1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00

ti-core-initramfs: Decrease IMAGE_OVERHEAD_FACTOR

A recent change in oe-core [1] in the shared-mime-info package has
increased the amount of space that the mime data takes up.  It is a very
small amount, so we are going to tweak the IMAGE_OVERHEAD_FACTOR to
allow the builds to not error out with the initramfs being "too big".

[1] https://git.openembedded.org/openembedded-core/commit/?id=c3ef371628b368f096ec331184c623e6b4905bfd

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2026-07-16 14:53:04 -05:00
parent e1cd037215
commit 01244b8b81
@@ -11,6 +11,8 @@ INITRAMFS_FSTYPES = "cpio cpio.xz"
INITRAMFS_MAXSIZE = "131072"
IMAGE_OVERHEAD_FACTOR = "1.25"
IMAGE_NAME = "ti-core-initramfs"
export IMAGE_BASENAME = "${IMAGE_NAME}"