File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments