Lines Matching +full:sysbuild +full:- +full:cmake
3 # SPDX-License-Identifier: Apache-2.0
25 # Sysbuild must add a locally defined APPLICATION_CONFIG_DIR in sysbuild/CMakeLists.txt
28 "Sysbuild adjusted APPLICATION_CONFIG_DIR" FORCE
45 # sysbuild.conf is an optional file, because sysbuild is an opt-in feature.
46 …zephyr_file(CONF_FILES ${APPLICATION_CONFIG_DIR} KCONF SB_CONF_FILE NAMES "sysbuild.conf" SUFFIX $…
69 SYSbuild configuration settings specified in an alternate .conf file using this parameter. \
70 These settings will override the settings in the application’s SYSBuild config file or its \
76 # Not adding it to CMake cache ensures that a later created sysbuild.conf
83 "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
99 # Unset shield configuration files if set to prevent including in sysbuild
105 if(EXISTS ${APP_DIR}/Kconfig.sysbuild)
106 set(KCONFIG_ROOT ${APP_DIR}/Kconfig.sysbuild)
116 include(${ZEPHYR_BASE}/cmake/modules/kconfig.cmake)