mbox series

[meta-ti,0/1,v2] Add recipes to build initramfs image

Message ID 20250904124331.1075343-1-m-shah@ti.com
Headers show
Series Add recipes to build initramfs image | expand

Message

Moteen Shah Sept. 4, 2025, 12:43 p.m. UTC
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

Comments

PRC Automation Sept. 4, 2025, 12:45 p.m. UTC | #1
meta-arago / na / 20250904124331.1075343-1-m-shah

PRC Results: FAIL

=========================================================
  check-yocto-patches: FAIL
=========================================================
Patches
----------------------------------------
FAIL - [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image
    WARN: Missing branches specifier [master/scarthgap/XXXXX]. (META-2)
        patch:44
            Subject: [meta-ti][PATCH 0/1 v2] Add recipes to build initramfs image
    
    ERROR: Missing Signed-off-by in commit message. (SIGNED-OFF-BY-1)
        patch