Skip to content

Commit 3a2303d

Browse files
committed
dump
Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 1ab2b46 commit 3a2303d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sysbuild/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,10 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_post_cmake)
675675
endif()
676676

677677
include_packaging()
678-
include_suit_provisioning()
679-
include_suit()
678+
if(NOT SB_CONFIG_IRON)
679+
include_suit_provisioning()
680+
include_suit()
681+
endif()
680682

681683
if(SB_CONFIG_SECURE_BOOT OR SB_CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION)
682684
include_provision_hex()

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ manifest:
6666
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6767
- name: zephyr
6868
repo-path: sdk-zephyr
69-
revision: 7fe2732d7bee0b6825fc30871e95c2a72e641475
69+
revision: pull/2643/head
7070
import:
7171
# In addition to the zephyr repository itself, NCS also
7272
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)