All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image
@ 2025-09-04 12:43 Moteen Shah
  2025-09-04 12:43 ` [meta-ti][PATCH 1/1 v2] recipes-ti: initramfs: Make minimal initrd image Moteen Shah
  2025-09-04 12:45 ` [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image PRC Automation
  0 siblings, 2 replies; 11+ messages in thread
From: Moteen Shah @ 2025-09-04 12:43 UTC (permalink / raw)
  To: meta-arago
  Cc: vigneshr, u-kumar1, linux-patch-review, reatmon, a-limaye,
	n-francis, m-shah, praneeth, jm

The patch aims to add a new recipe which will package
boot essential and some other modules in image which
can later be used in the boot process of all K3 platforms. 

The motivation behind the work is to probe modules(in boot time)
which could not be built in the upstream Linux kernel image, as
using it as inbuilt drivers will increase the kernel image size, 
which is undesirable by the upstream folks.

Hence, build those drivers as modules and package it inside initramfs
and later get it probed through initramfs-udev(device manager).

Changes since v1: 
- Migrate the recipe to meta-ti so that it can be used in upstream
testing

Link to V1: https://lists.yoctoproject.org/g/meta-arago/message/16515

Moteen Shah (1):
  recipes-ti: initramfs: Make minimal initrd image

 .../initramfs/packagegroup-ti-initramfs.bb    |  5 ++
 .../recipes-ti/initramfs/ti-tiny-initramfs.bb | 49 +++++++++++++++++++
 2 files changed, 54 insertions(+)
 create mode 100644 meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-initramfs.bb
 create mode 100644 meta-ti-bsp/recipes-ti/initramfs/ti-tiny-initramfs.bb

-- 
2.34.1



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

end of thread, other threads:[~2025-09-17 18:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 12:43 [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image Moteen Shah
2025-09-04 12:43 ` [meta-ti][PATCH 1/1 v2] recipes-ti: initramfs: Make minimal initrd image Moteen Shah
2025-09-05  5:52   ` Anshul Dalal
2025-09-09 14:56   ` Bryan Brattlof
2025-09-09 20:30     ` [meta-arago] " Randolph Sapp
2025-09-10 11:48       ` Bryan Brattlof
2025-09-10 17:27         ` Randolph Sapp
2025-09-10 19:32           ` Bryan Brattlof
2025-09-12  9:42             ` Moteen Shah
2025-09-17 18:16               ` Randolph Sapp
2025-09-04 12:45 ` [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image PRC Automation

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.