File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scripts/west_commands/runners Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,11 @@ def program_hex(self):
286286 mpi_hex_dir = Path (os .path .join (self .cfg .build_dir , 'zephyr' ))
287287
288288 # Handle Manifest Provisioning Information
289- if self .build_conf .getboolean ('CONFIG_SUIT_MPI_GENERATE ' ):
289+ if self .sysbuild_conf .getboolean ('SB_CONFIG_SUIT_MPI_GENERATE ' ):
290290 app_mpi_hex_file = os .fspath (
291- mpi_hex_dir / self .build_conf .get ('CONFIG_SUIT_MPI_APP_AREA_PATH ' ))
291+ mpi_hex_dir / self .sysbuild_conf .get ('SB_CONFIG_SUIT_MPI_APP_AREA_PATH ' ))
292292 rad_mpi_hex_file = os .fspath (
293- mpi_hex_dir / self .build_conf .get ('CONFIG_SUIT_MPI_RAD_AREA_PATH ' )
293+ mpi_hex_dir / self .sysbuild_conf .get ('SB_CONFIG_SUIT_MPI_RAD_AREA_PATH ' )
294294 )
295295 self .op_program (
296296 app_mpi_hex_file ,
You can’t perform that action at this time.
0 commit comments