Skip to content

Commit

Permalink
samples: suit: smp_transfer: do not generate MPI for hci_ipc image
Browse files Browse the repository at this point in the history
Do not generate or merge the MPI generated by the hci_ipc image.
It would result in the MPI configuration managed by the application
core (main) image to be overwritten by the default configuration
from hci_ipc.

Signed-off-by: Artur Hadasz <[email protected]>
  • Loading branch information
ahasztag authored and anangl committed Jun 10, 2024
1 parent a7cee20 commit cd6aa49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/suit/smp_transfer/sysbuild/hci_ipc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_LOG=n
CONFIG_LOG_PRINTK=n
CONFIG_UART_CONSOLE=n

# Do not generate or merge the MPI generated by the hci_ipc image.
# It would result in the MPI configuration managed by the application core (main)
# image to be overwritten by the default configuration from hci_ipc.
CONFIG_SUIT_MPI_GENERATE=n
CONFIG_SUIT_ENVELOPE_OUTPUT_MPI_MERGE=n

0 comments on commit cd6aa49

Please sign in to comment.