Browse Source

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 <Torsten.Rasmussen@nordicsemi.no>
pull/85526/head
Torsten Rasmussen 6 months ago committed by Fabio Baltieri
parent
commit
4061311da3
  1. 11
      scripts/schemas/build-schema.yml

11
scripts/schemas/build-schema.yml

@ -56,6 +56,17 @@ mapping: @@ -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:

Loading…
Cancel
Save