We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91a615 commit b233228Copy full SHA for b233228
samples/zephyr/hello-world/sample.yaml
@@ -2,6 +2,8 @@ sample:
2
name: Application Skeleton
3
description: Basic "hello world" application, but loadable by mcuboot
4
platforms: all
5
+common:
6
+ sysbuild: true
7
tests:
8
- test:
9
build_only: true
samples/zephyr/hello-world/sysbuild.conf
@@ -0,0 +1,2 @@
1
+# Enable the bootloader when building with sysbuild.
+SB_CONFIG_BOOTLOADER_MCUBOOT=y
0 commit comments