From cd6aa49dc589d703359a36d5ead89af4e5b27ae2 Mon Sep 17 00:00:00 2001 From: Artur Hadasz Date: Mon, 10 Jun 2024 16:33:37 +0200 Subject: [PATCH] samples: suit: smp_transfer: do not generate MPI for hci_ipc image 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 --- samples/suit/smp_transfer/sysbuild/hci_ipc.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/samples/suit/smp_transfer/sysbuild/hci_ipc.conf b/samples/suit/smp_transfer/sysbuild/hci_ipc.conf index 2528a1a2679c..2313da3f3763 100644 --- a/samples/suit/smp_transfer/sysbuild/hci_ipc.conf +++ b/samples/suit/smp_transfer/sysbuild/hci_ipc.conf @@ -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