From a699d050943a54a6a1d0249eb7d18e72f1e4afcc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 12 Nov 2024 16:02:24 +0100 Subject: [PATCH] osbuild-mpp: Allow using formating in the mpp-resolve-images handling This allows using e.g. mpp-eval in the resolve-image operation, similar to how it is now possible in the mpp-depsolve handling. We want this so we can inject the list of images from a list variable (that can then be mpp-join:ed, etc). --- tools/osbuild-mpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/osbuild-mpp b/tools/osbuild-mpp index eb610be2..f861ba94 100755 --- a/tools/osbuild-mpp +++ b/tools/osbuild-mpp @@ -1673,6 +1673,8 @@ class ManifestFileV2(ManifestFile): if not mpp: return + self._process_format(mpp) + refs = element_enter(inputs_images, "references", {}) manifest_lists = []