Skip to content

Commit 0aa04d7

Browse files
gchwierrlubos
authored andcommitted
samples: smp_svr: pure_dts: enable logs from MCUboot
Changed method to pass overlay config for MCUboot image to get the default configuration file from MCUboot repo. It enables logging, so #24579 can be reverted. Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent a1616bd commit 0aa04d7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

samples/zephyr/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests:
3838
extra_args:
3939
- OVERLAY_CONFIG="overlay-bt.conf"
4040
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
41-
- mcuboot_CONF_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
41+
- mcuboot_OVERLAY_CONFIG="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
4242
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
4343
- SB_CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
4444
- SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
@@ -52,7 +52,7 @@ tests:
5252
extra_args:
5353
- OVERLAY_CONFIG="overlay-bt.conf"
5454
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
55-
- mcuboot_CONF_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
55+
- mcuboot_OVERLAY_CONFIG="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
5656
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
5757
- SB_CONFIG_PARTITION_MANAGER=n
5858
platform_allow:
@@ -61,12 +61,6 @@ tests:
6161
- nrf54l15dk/nrf54l05/cpuapp
6262
integration_platforms:
6363
- nrf54l15dk/nrf54l15/cpuapp
64-
harness_config:
65-
type: multi_line
66-
ordered: false
67-
regex:
68-
- "smp_sample: build time"
69-
- "smp_bt_sample: Advertising successfully started"
7064
sample.mcumgr.smp_svr.bt.nrf54h20dk:
7165
sysbuild: true
7266
extra_args:

0 commit comments

Comments
 (0)