Home
last modified time | relevance | path

Searched refs:sysbuild_conf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py339 if self.build_conf.get('CONFIG_BOARD_QUALIFIERS') == self.sysbuild_conf.get(
345 if self.sysbuild_conf.getboolean('SB_CONFIG_SUIT_MPI_GENERATE'):
347 mpi_hex_dir / self.sysbuild_conf.get('SB_CONFIG_SUIT_MPI_APP_AREA_PATH'))
349 mpi_hex_dir / self.sysbuild_conf.get('SB_CONFIG_SUIT_MPI_RAD_AREA_PATH')
371 if not cpuapp and self.sysbuild_conf.get('SB_CONFIG_SUIT_ENVELOPE'):
Dcore.py736 def sysbuild_conf(self) -> SysbuildConfiguration: member in ZephyrBinaryRunner