Skip to content

Commit 9a88142

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 4061311)
1 parent 7b8c9a2 commit 9a88142

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/schemas/build-schema.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ mapping:
5656
type: seq
5757
sequence:
5858
- type: str
59+
images:
60+
type: seq
61+
sequence:
62+
- type: map
63+
mapping:
64+
name:
65+
type: str
66+
source-dir:
67+
type: str
68+
type:
69+
type: str
5970
kconfig:
6071
type: map
6172
mapping:

0 commit comments

Comments
 (0)