diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-10-29 14:22:42 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-05 17:55:43 -0600 |
| commit | 2264eb9462d6281503fff9d1dae8d6fdc0b99219 (patch) | |
| tree | cbc753867e84fc4fca9349e71a2762eacf2ccb8f /meta-ti-bsp | |
| parent | 53154b7a45405f6b7a7b2784e0a28d5c5f84d58a (diff) | |
| download | meta-ti-2264eb9462d6281503fff9d1dae8d6fdc0b99219.tar.gz | |
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>
Diffstat (limited to 'meta-ti-bsp')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 236aa756..1a102d82 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb | |||
| @@ -23,6 +23,8 @@ PACKAGE_INSTALL = "packagegroup-ti-core-initramfs" | |||
| 23 | 23 | ||
| 24 | export IMAGE_BASENAME = "${IMAGE_NAME}" | 24 | export IMAGE_BASENAME = "${IMAGE_NAME}" |
| 25 | 25 | ||
| 26 | IMAGE_OVERHEAD_FACTOR = "1.1" | ||
| 27 | |||
| 26 | # To further reduce the size of the rootfs, remove the /boot directory from | 28 | # To further reduce the size of the rootfs, remove the /boot directory from |
| 27 | # the final image this is usually done by adding RDEPENDS_kernel-base = "" | 29 | # the final image this is usually done by adding RDEPENDS_kernel-base = "" |
| 28 | # in the configuration file. In our case we can't use this method. Instead we | 30 | # in the configuration file. In our case we can't use this method. Instead we |
