From 01244b8b81dfb0bd117a25f97b81c57b28430483 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 16 Jul 2026 14:53:04 -0500 Subject: [PATCH] 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 --- meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb index 0180f09e..e5834656 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb @@ -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}"