This sample is intended to show users how they can create a sample which has dedicated configuration files for extra images included in a build. MCUboot is used as example on how its default can be adjusted and MCUboot itself automatically be included in the build when using sysbuild. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
17 lines
521 B
YAML
17 lines
521 B
YAML
sample:
|
|
description: Sample with MCUboot built through sysbuild
|
|
name: with mcuboot
|
|
tests:
|
|
sample.application_development.sysbuild.with_mcuboot:
|
|
sysbuild: True
|
|
# Platform allowed is used as twister using sysbuild still lacks proper
|
|
# filtering support, see discussion in #49552.
|
|
platform_allow: reel_board nrf52840dk_nrf52840
|
|
tags: mcuboot
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Address of sample(.*)"
|
|
- "Hello sysbuild with mcuboot!(.*)"
|