Searched full:topdir (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 26 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``
|
D | west-apis.rst | 122 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``.
|
D | release-notes.rst | 352 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
|
D | built-in.rst | 263 - ``west topdir``: print the top level directory of the west workspace
|
D | workspaces.rst | 143 the manifest repository or as immediate subdirectories of the topdir. However,
|
D | manifest.rst | 406 into, relative to the west workspace topdir.
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 84 COMMAND ${WEST} topdir 93 # west topdir is undefined.
|
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 178 topdir = Path(self.topdir) 179 manifest_dir = topdir / manifest_path 186 args.west_workspace = topdir / args.west_workspace.relative_to(_WEST_TOPDIR)
|
D | build.py | 262 'topdir': str(west_workspace),
|
/Zephyr-latest/scripts/schemas/ |
D | build-schema.yml | 105 topdir:
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 7 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…
|
D | west-completion.zsh | 21 'topdir[print the top level directory of the workspace]' 43 west topdir &>/dev/null
|
D | west-completion.bash | 1214 topdir
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 73 The value from ``west topdir`` is added by default.
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 57 may be absolute or relative to the west workspace topdir. (The MCUboot 87 the west workspace topdir.
|
/Zephyr-latest/cmake/ |
D | mcuboot.cmake | 43 # Relative paths are relative to 'west topdir'. 48 …file ${${file}} (Note: Relative paths are relative to the west workspace topdir \"${WEST_TOPDIR}\"…
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 129 The root of a Zephyr workspace is identical to ``west topdir`` if the workspace was
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 230 # relativeBaseDir is Zephyr sources topdir
|