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>
This commit is contained in:
parent
0828d0b0ef
commit
4061311da3
1 changed files with 11 additions and 0 deletions
|
@ -56,6 +56,17 @@ mapping:
|
||||||
type: seq
|
type: seq
|
||||||
sequence:
|
sequence:
|
||||||
- type: str
|
- type: str
|
||||||
|
images:
|
||||||
|
type: seq
|
||||||
|
sequence:
|
||||||
|
- type: map
|
||||||
|
mapping:
|
||||||
|
name:
|
||||||
|
type: str
|
||||||
|
source-dir:
|
||||||
|
type: str
|
||||||
|
type:
|
||||||
|
type: str
|
||||||
kconfig:
|
kconfig:
|
||||||
type: map
|
type: map
|
||||||
mapping:
|
mapping:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue