samples: mgmt: hawkbit: support sysbuild
Add support for sysbuild in the hawkBit sample. Documentation is added later. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
c4a99d11ba
commit
c80f3f8b2d
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,8 @@ sample:
|
|||
name: hawkbit
|
||||
tests:
|
||||
sample.net.hawkbit.default: {}
|
||||
sample.net.hawkbit.sysbuild:
|
||||
sysbuild: true
|
||||
sample.net.hawkbit.manual:
|
||||
extra_configs:
|
||||
- CONFIG_HAWKBIT_MANUAL=y
|
||||
|
|
4
samples/subsys/mgmt/hawkbit/sysbuild.conf
Normal file
4
samples/subsys/mgmt/hawkbit/sysbuild.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Sysbuild configuration file.
|
||||
|
||||
# Enable MCUboot per default for this sample.
|
||||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
Loading…
Add table
Add a link
Reference in a new issue