diff mbox series

[meta-arago,master,4/4] FIXME: tisdk-tiny-initramfs: Increase allowed size

Message ID 20251230165135.3505628-4-reatmon@ti.com
State New
Headers show
Series [meta-arago,master,1/4] cifs-utils: Remove bbappend and patch | expand

Commit Message

Ryan Eatmon Dec. 30, 2025, 4:51 p.m. UTC
The initramfs keeps growing, we need to figure out what is inflating it
and what we can prune out to get back to our 64k desired size.  In the
meantime, increase the allowed size so we can get builds going.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb b/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb
index e19be8a6..157248e1 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb
@@ -16,8 +16,8 @@  IMAGE_FEATURES:remove = "package-management"
 
 INITRAMFS_FSTYPES = "cpio cpio.xz"
 
-#INITRAMFS_MAXSIZE = "65536"
-IMAGE_OVERHEAD_FACTOR = "1.1"
+INITRAMFS_MAXSIZE = "200000"
+IMAGE_OVERHEAD_FACTOR = "1.3"
 
 IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"