From 4061311da3ee2ad8f048bf3e94cfb42a8681b6b1 Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Tue, 14 Jan 2025 13:44:25 +0100 Subject: [PATCH] scripts: support list of images in build info Add 'images' as valid list in build info schema. This allow sysbuild and regular Zephyr images to populate build_info.yml with images included in the build. Signed-off-by: Torsten Rasmussen --- scripts/schemas/build-schema.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/schemas/build-schema.yml b/scripts/schemas/build-schema.yml index b07d5754454..078cca85782 100644 --- a/scripts/schemas/build-schema.yml +++ b/scripts/schemas/build-schema.yml @@ -56,6 +56,17 @@ mapping: type: seq sequence: - type: str + images: + type: seq + sequence: + - type: map + mapping: + name: + type: str + source-dir: + type: str + type: + type: str kconfig: type: map mapping: