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 <[email protected]>
---
 meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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}"
 
-- 
2.43.0



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16909): 
https://lists.yoctoproject.org/g/meta-arago/message/16909
Mute This Topic: https://lists.yoctoproject.org/mt/116999982/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to