summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-29 14:22:42 -0500
committerRyan Eatmon <reatmon@ti.com>2025-11-05 17:55:43 -0600
commit2264eb9462d6281503fff9d1dae8d6fdc0b99219 (patch)
treecbc753867e84fc4fca9349e71a2762eacf2ccb8f /meta-ti-bsp
parent53154b7a45405f6b7a7b2784e0a28d5c5f84d58a (diff)
downloadmeta-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.bb2
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
24export IMAGE_BASENAME = "${IMAGE_NAME}" 24export IMAGE_BASENAME = "${IMAGE_NAME}"
25 25
26IMAGE_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