[meta-ti][master][PATCH v2 2/2] ti-core-initramfs: Decrease IMAGE_OVERHEAD_FACTOR
Ryan Eatmon <[email protected]> Tue, 28 Jul 2026 11:02:05 -0500
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
Adding in the initramfs-module-netsetup has grown the initramfs by a small amount. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e5834656..d6981131 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb @@ -11,7 +11,7 @@ INITRAMFS_FSTYPES = "cpio cpio.xz" INITRAMFS_MAXSIZE = "131072" -IMAGE_OVERHEAD_FACTOR = "1.25" +IMAGE_OVERHEAD_FACTOR = "1.20" IMAGE_NAME = "ti-core-initramfs" -- 2.43.0