mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
We are seeing errors when building against linux-next where we run into the INITRAMFS_MAXSIZE check. Lower the overhead factor a little to give us a little more room. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -23,6 +23,8 @@ PACKAGE_INSTALL = "packagegroup-ti-core-initramfs"
|
||||
|
||||
export IMAGE_BASENAME = "${IMAGE_NAME}"
|
||||
|
||||
IMAGE_OVERHEAD_FACTOR = "1.1"
|
||||
|
||||
# To further reduce the size of the rootfs, remove the /boot directory from
|
||||
# the final image this is usually done by adding RDEPENDS_kernel-base = ""
|
||||
# in the configuration file. In our case we can't use this method. Instead we
|
||||
|
||||
Reference in New Issue
Block a user