Home
last modified time | relevance | path

Searched full:topdir (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/doc/develop/west/
Dbasics.rst26 zephyrproject/ # west topdir
27 ├── .west/ # marks the location of the topdir
51 topdir
53 directory, or *topdir*. (The name :file:`zephyrproject` is just an example
56 You'll typically create the topdir and a few other files and directories
60 The topdir contains the :file:`.west` directory. When west needs to find
61 the topdir, it searches for :file:`.west`, and uses its parent directory.
143 #. Create the topdir, :file:`zephyrproject`, along with
173 #. Finding the topdir. In the ``west init`` example above, that
175 #. Loading :file:`.west/config` in the topdir to read the ``manifest.path``
Dworkspaces.rst143 the manifest repository or as immediate subdirectories of the topdir. However,
327 Not supported: workspace topdir as .git repository
330 Some users have asked for support making the workspace :ref:`topdir
335 my-workspace/ # workspace topdir
337 ├── .west/ # marks the location of the topdir
341 assumes that the workspace topdir itself is not a git repository.
Dwest-apis.rst122 The *topdir* parameter can now be any ``os.PathLike``.
133 The *topdir* argument was added.
376 removed (use *topdir* instead). The function no longer raises
391 The *source_file*, *manifest_path*, and *topdir* arguments
394 The *manifest_path* and *topdir* arguments were removed.
400 The *manifest_path* and *topdir* arguments were removed.
457 The *path* and *topdir* parameters can now be any ``os.PathLike``.
Drelease-notes.rst352 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
362 overrides the default location, :file:`<workspace topdir>/.west/config`.
600 - ``west topdir`` always prints a POSIX style path
620 - There is a new :ref:`west topdir <west-built-in-misc>` command, which
663 - Project: the constructor now takes a topdir argument
Dzephyr-cmds.rst236 This will create a tags file named ``GTAGS`` in the workspace :ref:`topdir
Dbuilt-in.rst263 - ``west topdir``: print the top level directory of the west workspace
Dmanifest.rst406 into, relative to the west workspace topdir.
/Zephyr-latest/scripts/west_commands/
Dpatch.py273 topdir = Path(self.topdir)
283 manifest_dir = topdir / mod_path
285 manifest_dir = topdir / manifest_path
298 args.west_workspace = topdir
300 args.west_workspace = topdir / args.west_workspace
541 topdir = Path(self.topdir)
545 return Path(module_name_or_path).resolve().relative_to(topdir)
548 if (topdir / module_name_or_path).is_dir():
554 return Path(m.project).relative_to(topdir)
Dgtags.py80 cwd=self.manifest.topdir,
Dbuild.py262 'topdir': str(west_workspace),
/Zephyr-latest/cmake/modules/
Dwest.cmake84 COMMAND ${WEST} topdir
93 # west topdir is undefined.
/Zephyr-latest/scripts/schemas/
Dbuild-schema.yml129 topdir:
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish7 west topdir &>/dev/null
168 "topdir" "print the top level directory of the workspace" \
227 west-topdir "$ZEPHYR_BASE" 0
406 # topdir
407 complete -c west -n __zephyr_west_use_subcommand -a topdir -d "print the top level directory of the…
Dwest-completion.zsh21 'topdir[print the top level directory of the workspace]'
43 west topdir &>/dev/null
Dwest-completion.bash1214 topdir
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst73 The value from ``west topdir`` is added by default.
/Zephyr-latest/modules/
DKconfig.mcuboot57 may be absolute or relative to the west workspace topdir. (The MCUboot
87 the west workspace topdir.
/Zephyr-latest/cmake/
Dmcuboot.cmake45 # Relative paths are relative to 'west topdir'.
50 …file ${${file}} (Note: Relative paths are relative to the west workspace topdir \"${WEST_TOPDIR}\"…
Dllext-edk.cmake23 # - west topdir
162 yaml_get(WEST_TOPDIR NAME build_info KEY west topdir)
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst129 The root of a Zephyr workspace is identical to ``west topdir`` if the workspace was
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py230 # relativeBaseDir is Zephyr sources topdir