Lines Matching +full:sysbuild +full:- +full:cmake
1 # SPDX-License-Identifier: Apache-2.0
3 # Copyright (c) 2021-2023, Nordic Semiconductor ASA
7 # This CMake module will convert all relative paths in existing ROOT lists to
11 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
12 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations
13 # - BOARD_ROOT: CMake list of board roots containing board and shield implementations
14 # - MODULE_EXT_ROOT: CMake list of module external roots containing module glue code
15 # - SCA_ROOT: CMake list of SCA roots containing static code analysis integration code
25 # Merge in variables from other sources (e.g. sysbuild)
26 zephyr_get(MODULE_EXT_ROOT MERGE SYSBUILD GLOBAL)
27 zephyr_get(BOARD_ROOT MERGE SYSBUILD GLOBAL)
28 zephyr_get(SOC_ROOT MERGE SYSBUILD GLOBAL)
29 zephyr_get(ARCH_ROOT MERGE SYSBUILD GLOBAL)
30 zephyr_get(SCA_ROOT MERGE SYSBUILD GLOBAL)
31 zephyr_get(SNIPPET_ROOT MERGE SYSBUILD GLOBAL)