mbox series

[meta,0/1] kernel-fit-image: support UKI boot with independent DTB handling

Message ID 20250812091453.1760880-1-kavinaya@qti.qualcomm.com
Headers show
Series kernel-fit-image: support UKI boot with independent DTB handling | expand

Message

Kavinaya S Aug. 12, 2025, 9:14 a.m. UTC
This change is intended for the meta layer.

It enhances support for systemd-boot when used with a Unified 
Kernel Image (UKI), which includes the kernel and initramfs. 
This change is driven by our requirement to handle firmware 
artifacts (specifically DTBs) independently of the HLOS.

We generate a separate FIT image containing only DTBs, which is 
then packed as a VFAT image (dtb.bin) and used during boot. This 
aligns with a multi-DTB setup, where the appropriate DTB is 
selected dynamically at boot time based on the platform.

Kavinaya S (1):
  kernel-fit-image: skip kernel section if linux.bin is missing

 meta/classes-recipe/kernel-fit-image.bbclass | 22 ++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)