Skip to content

Commit

Permalink
[nrf noup] boards: nordic: Add sysbuild to some ns board targets
Browse files Browse the repository at this point in the history
Forces sysbuild for some non-secure board targets, to fix issues
with running CI with TF-M now that child/parent image support is
removed, as TF-M requires partition manager

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Dec 11, 2024
1 parent 7f5c86a commit 5b7d5ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ supported:
- gpio
- spi
vendor: nordic
sysbuild: true
1 change: 1 addition & 0 deletions boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ supported:
- netif:modem
- gpio
vendor: nordic
sysbuild: true
1 change: 1 addition & 0 deletions boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_7_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ supported:
- netif:modem
- gpio
vendor: nordic
sysbuild: true

0 comments on commit 5b7d5ea

Please sign in to comment.