Commit b233228a authored by Andrej Butok's avatar Andrej Butok Committed by Jamie
Browse files

samples: zephyr: add sysbuild to the hello-world sample



Enable the MCUBoot when building with sysbuild.

Signed-off-by: default avatarAndrej Butok <andrey.butok@nxp.com>
parent a91a6156
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
# Enable the bootloader when building with sysbuild.
SB_CONFIG_BOOTLOADER_MCUBOOT=y