mbox series

[RFC,0/3] Create uniform manifest file

Message ID 20251010151205.2122000-1-felix.moessbauer@siemens.com
Headers show
Series Create uniform manifest file | expand

Message

Felix Moessbauer Oct. 10, 2025, 3:12 p.m. UTC
The .manifest file contains the list of installed packages, along with their
binary -> source package relations. We recently added support to generate
the manifest also for an external initrd rootfs, however support for the
imager was still missing.

This series adds this support and also creates a uniform manifest file for
all components in the .wic image. As the imager dependencies cannot be
tracked precisely in an automated way (the IMAGER_INSTALL contains tooling
as well as artifacts which are copied into the image), we add a new variable
IMAGER_BOM to define the set of packages that should end up in the BOM.

The RFC implements this support for the .manifest file. Later on, a similar
approach can be implemented for the SBOM.

Best regards,
Felix Moessbauer
Siemens AG

Felix Moessbauer (3):
  Add support to add imager dependencies to BOM
  wic: create uniform manifest describing all image components
  qemuamd64: add IMAGER_BOM entries

 doc/user_manual.md                         | 1 +
 meta-isar/conf/machine/qemuamd64.conf      | 1 +
 meta/classes/image-tools-extension.bbclass | 7 +++++++
 meta/classes/image.bbclass                 | 6 ++++++
 meta/classes/imagetypes_wic.bbclass        | 4 ++++
 5 files changed, 19 insertions(+)