Skip to content

Commit

Permalink
[nrf fromlist] samples: modules: canopennode: set bootloader in sampl…
Browse files Browse the repository at this point in the history
…e.yaml

Set the bootloader choice for the
sample.modules.canopennode.program_download test case in the sample.yaml
file instead of sysbuild.conf. The reason for this change is to avoid
building MCUboot by default when using the --sysbuild option, as it may
not be compatible with all platforms. This is currently causing issues
on platforms like nRF54H20 where sysbuild is always used.

Upstream PR: zephyrproject-rtos/zephyr#74101

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit 4ca5c66b34e973a83f909d06ffde857e90f57aa6)
  • Loading branch information
gmarull authored and ahasztag committed Jun 18, 2024
1 parent eacf7a8 commit 679bc0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion samples/modules/canopennode/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ tests:
- twr_ke18f
integration_platforms:
- frdm_k64f
extra_args: canopennode_CONF_FILE=prj_img_mgmt.conf
extra_args:
canopennode_CONF_FILE=prj_img_mgmt.conf
SB_CONFIG_BOOTLOADER_MCUBOOT=y

sample.modules.canopennode.no_storage:
extra_args: CONF_FILE=prj_no_storage.conf
1 change: 0 additions & 1 deletion samples/modules/canopennode/sysbuild.conf

This file was deleted.

0 comments on commit 679bc0c

Please sign in to comment.