From 92273c575440cd8a3f2bf88733586882d37128e5 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Fri, 1 Nov 2024 13:51:20 +0100 Subject: [PATCH] samples: smp_svr: add common sysbuild true Adds sysbuild: true to the common section, to build the project using sysbuild. Signed-off-by: Andrej Butok --- samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml index d9e39abed60..058a5c581e8 100644 --- a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml +++ b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml @@ -2,6 +2,7 @@ sample: description: Simple Management Protocol sample name: smp svr common: + sysbuild: true harness: bluetooth tags: bluetooth tests: @@ -159,14 +160,12 @@ tests: integration_platforms: - nrf52840dk/nrf52840 sample.mcumgr.smp_svr.ram_load: - sysbuild: true extra_args: FILE_SUFFIX="ram_load" platform_allow: - nrf52840dk/nrf52840 integration_platforms: - nrf52840dk/nrf52840 sample.mcumgr.smp_svr.ram_load.serial: - sysbuild: true extra_args: FILE_SUFFIX="ram_load" EXTRA_CONF_FILE="overlay-serial.conf" platform_allow: @@ -174,7 +173,6 @@ tests: integration_platforms: - nrf52840dk/nrf52840 sample.mcumgr.smp_svr.ram_load.serial.fs.shell: - sysbuild: true extra_args: FILE_SUFFIX="ram_load" EXTRA_CONF_FILE="overlay-serial.conf;overlay-fs.conf;overlay-shell.conf" platform_allow: