All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-ti-core-initramfs: Remove runtime managers from initramfs image
@ 2026-03-25  6:28 Moteen Shah
  2026-03-25  6:42 ` PRC Automation
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Moteen Shah @ 2026-03-25  6:28 UTC (permalink / raw)
  To: meta-ti; +Cc: reatmon, praneeth, vigneshr, anshuld, m-shah, gehariprasath,
	denys

Remove runtime managers since ti-core-initramfs does not requires
login and other services as it is being used as a read only
image during the boot. Modules can be probed using the udev from
initrams-module-udev, hence remove the init manager along with
others.

Signed-off-by: Moteen Shah <m-shah@ti.com>
---
This patch will help in reducing the size of the initramfs to about 7 MB's compressed and 25 MB's uncompressed
Boot logs: https://gist.github.com/Jamm02/ebdb124064e253208ee479f46edf127f
 .../recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
index a9eff847..f496f21a 100644
--- a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
+++ b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
@@ -11,10 +11,6 @@ TI_CORE_INITRAMFS_KERNEL_MODULES ?= ""
 RDEPENDS:${PN} += "\
     ${TI_CORE_INITRAMFS_KERNEL_MODULES} \
     ${VIRTUAL-RUNTIME_base-utils} \
-    ${VIRTUAL-RUNTIME_login_manager} \
-    ${VIRTUAL-RUNTIME_init_manager} \
-    ${VIRTUAL-RUNTIME_dev_manager} \
-    ${VIRTUAL-RUNTIME_update-alternatives} \
     netbase \
     base-files \
     base-passwd \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-26 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25  6:28 [PATCH] packagegroup-ti-core-initramfs: Remove runtime managers from initramfs image Moteen Shah
2026-03-25  6:42 ` PRC Automation
2026-03-25 13:33 ` Ryan Eatmon
2026-03-26  5:07   ` Moteen Shah
2026-03-26 21:02   ` [meta-ti] " Denys Dmytriyenko
2026-03-26 10:54 ` Anshul Dalal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.