diff --git a/samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf b/samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf index 0afb8312f19..ec1b288cc7e 100644 --- a/samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf +++ b/samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf @@ -21,5 +21,5 @@ CONFIG_CHIP_FACTORY_DATA=n # TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20. CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n -# Set SUIT template paths -CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}../common/suit_templates/app_envelope.yaml.jinja2" +# Use common SUIT envelope templates prepared for Matter purpose +CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}/samples/matter/common/suit_templates/app_envelope.yaml.jinja2" diff --git a/samples/matter/lock/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/matter/lock/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf index fcd8726aa23..66f6ef1e81f 100644 --- a/samples/matter/lock/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf +++ b/samples/matter/lock/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -36,5 +36,5 @@ CONFIG_IPC_RADIO_BT=y CONFIG_IPC_RADIO_BT_HCI_IPC=y CONFIG_IPC_RADIO_802154=y -# Set SUIT template paths -CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}../common/suit_templates/rad_envelope.yaml.jinja2" +# Use common SUIT envelope templates prepared for Matter purpose +CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}/samples/matter/common/suit_templates/rad_envelope.yaml.jinja2" diff --git a/samples/matter/template/boards/nrf54h20dk_nrf54h20_cpuapp.conf b/samples/matter/template/boards/nrf54h20dk_nrf54h20_cpuapp.conf index 0afb8312f19..ec1b288cc7e 100644 --- a/samples/matter/template/boards/nrf54h20dk_nrf54h20_cpuapp.conf +++ b/samples/matter/template/boards/nrf54h20dk_nrf54h20_cpuapp.conf @@ -21,5 +21,5 @@ CONFIG_CHIP_FACTORY_DATA=n # TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20. CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n -# Set SUIT template paths -CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}../common/suit_templates/app_envelope.yaml.jinja2" +# Use common SUIT envelope templates prepared for Matter purpose +CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}/samples/matter/common/suit_templates/app_envelope.yaml.jinja2" diff --git a/samples/matter/template/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/matter/template/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf index fcd8726aa23..66f6ef1e81f 100644 --- a/samples/matter/template/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf +++ b/samples/matter/template/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -36,5 +36,5 @@ CONFIG_IPC_RADIO_BT=y CONFIG_IPC_RADIO_BT_HCI_IPC=y CONFIG_IPC_RADIO_802154=y -# Set SUIT template paths -CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}../common/suit_templates/rad_envelope.yaml.jinja2" +# Use common SUIT envelope templates prepared for Matter purpose +CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}/samples/matter/common/suit_templates/rad_envelope.yaml.jinja2"