Skip to content

Commit

Permalink
samples: zephyr: add sysbuild to the hello-world sample
Browse files Browse the repository at this point in the history
Enable the MCUBoot when building with sysbuild.

Signed-off-by: Andrej Butok <[email protected]>
  • Loading branch information
butok authored and nordicjm committed Oct 8, 2024
1 parent a91a615 commit b233228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/zephyr/hello-world/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sample:
name: Application Skeleton
description: Basic "hello world" application, but loadable by mcuboot
platforms: all
common:
sysbuild: true
tests:
- test:
build_only: true
Expand Down
2 changes: 2 additions & 0 deletions samples/zephyr/hello-world/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enable the bootloader when building with sysbuild.
SB_CONFIG_BOOTLOADER_MCUBOOT=y

0 comments on commit b233228

Please sign in to comment.