Lines Matching +full:configuration +full:- +full:dir
3 # SPDX-License-Identifier: Apache-2.0
18 from west.configuration import config
35 build.dir-fmt configuration variable is set. The current directory is
57 # Guess the build folder by iterating through all sub-folders from the
72 # Missing key, check sub-folders and match if a single one exists
84 def find_build_dir(dir, guess=False, **kwargs): argument
87 The default build directory is computed by reading the build.dir-fmt
88 configuration option, defaulting to DEFAULT_BUILD_DIR if not set. It might
89 be None if the build.dir-fmt configuration option is set but cannot be
97 if dir:
98 build_dir = dir
101 default = config.get('build', 'dir-fmt', fallback=DEFAULT_BUILD_DIR)
103 log.dbg('config dir-fmt: {}'.format(default), level=log.VERBOSE_EXTREME)
110 log.dbg('build dir: {}'.format(build_dir), level=log.VERBOSE_EXTREME)
124 fix https://github.com/zephyrproject-rtos/zephyr/issues/28876; we
128 https://github.com/zephyrproject-rtos/zephyr/pull/23054.)
149 top-level build folder is created and returned.
158 - name: app
161 - app