We are seeing an increase in almost all files between kirkstone and master. While we investigate we want to go ahead and take the previous patches as the basis for moving forward. So we are temporarily disabling the INITRAMFS_MAXSIZE check.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-core/images/tisdk-tiny-initramfs.bb | 5 +++-- 1 file changed, 3 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 0bea8276..242a34c7 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,9 @@ inherit remove-boot-dir IMAGE_FEATURES:remove = "package-management" INITRAMFS_FSTYPES = "cpio cpio.xz" -INITRAMFS_MAXSIZE = "65536" -IMAGE_OVERHEAD_FACTOR = "1" + +#INITRAMFS_MAXSIZE = "65536" +#IMAGE_OVERHEAD_FACTOR = "1" IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14845): https://lists.yoctoproject.org/g/meta-arago/message/14845 Mute This Topic: https://lists.yoctoproject.org/mt/100766759/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
