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:
Fin Maaß 2025-05-05 14:57:39 +02:00 committed by Benjamin Cabé
commit c80f3f8b2d
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
# Sysbuild configuration file.
# Enable MCUboot per default for this sample.
SB_CONFIG_BOOTLOADER_MCUBOOT=y