Skip to content

Commit b233228

Browse files
butoknordicjm
authored andcommitted
samples: zephyr: add sysbuild to the hello-world sample
Enable the MCUBoot when building with sysbuild. Signed-off-by: Andrej Butok <[email protected]>
1 parent a91a615 commit b233228

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/zephyr/hello-world/sample.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sample:
22
name: Application Skeleton
33
description: Basic "hello world" application, but loadable by mcuboot
44
platforms: all
5+
common:
6+
sysbuild: true
57
tests:
68
- test:
79
build_only: true
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enable the bootloader when building with sysbuild.
2+
SB_CONFIG_BOOTLOADER_MCUBOOT=y

0 commit comments

Comments
 (0)