zephyr/samples/application_development/sysbuild/with_mcuboot/sample.yaml
Torsten Rasmussen 36ea41fad3 samples: introduce 'with_mcuboot' sample to show sysbuild feature
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>
2022-10-18 14:13:27 +02:00

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!(.*)"