From 034c36cfad340c219990dcac95a4e2acb3fc0002 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 5086afbb25b..93e78d5bc6b 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: