| Message ID | 20251029192506.11103-1-reatmon@ti.com | 
|---|---|
| State | New | 
| Headers | show | 
| Series | [meta-ti,master/scarthgap] ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR | expand | 
meta-ti / na / 20251029192506.11103-1-reatmon
PRC Results: FAIL
=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
  apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/scarthgap][PATCH] ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 29 Oct 2025 14:25:06 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: b440b0abbde07420bffe7eafb6cf35edf0ee1b3e
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202510281158
- Commit SHA: 6c0e4d3ca68d23245c9003748cb76b2359d0a6f1
Patches
----------------------------------------
All patches applied
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][master/scarthgap][PATCH] ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 29 Oct 2025 14:25:06 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: b440b0abbde07420bffe7eafb6cf35edf0ee1b3e
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202510231214
- Commit SHA: cd2b3b89819ea58115e6be9213795fab0848298e
Patches
----------------------------------------
FAIL - [meta-ti][master/scarthgap][PATCH] ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
    Applying: ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
    Patch failed at 0001 ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
    error: meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb: does not exist in index
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" 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
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> --- meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb | 2 ++ 1 file changed, 2 insertions(+)