Lines Matching full:build
10 See build.py for the build command itself.
20 DEFAULT_BUILD_DIR = 'build'
21 '''Name of the default Zephyr build directory.'''
27 If the build directory is not given, the default is {}/ unless the
28 build.dir-fmt configuration variable is set. The current directory is
29 checked after that. If either is a Zephyr build directory, it is used.
50 # Guess the build folder by iterating through all sub-folders from the
78 '''Heuristic for finding a build directory.
80 The default build directory is computed by reading the build.dir-fmt
82 be None if the build.dir-fmt configuration option is set but cannot be
85 the default build folder is a build directory, it is returned.
86 Next, if the current working directory is a build directory, it is
87 returned. Finally, the default build directory is returned (may be None).
94 default = config.get('build', 'dir-fmt', fallback=DEFAULT_BUILD_DIR)
103 log.dbg('build dir: {}'.format(build_dir), level=log.VERBOSE_EXTREME)
111 build directory.
129 log.dbg(f'{path} is a zephyr build directory',
133 log.dbg(f'{path} is NOT a valid zephyr build directory',