Lines Matching full:manifest
18 [manifest]
24 Above, the ``manifest`` section has option ``path`` set to ``zephyr``. Another
25 way to say the same thing is that ``manifest.path`` is ``zephyr`` in this file.
71 To set ``manifest.path`` to :file:`some-other-manifest`:
75 west config manifest.path some-other-manifest
78 :term:`west manifest` inside the :file:`some-other-manifest` directory
89 You can switch to another zephyr repository without changing ``manifest.path``
98 of the zephyr repository specified in the manifest. (You can go back to using
99 the directory in the upstream manifest by running ``west config zephyr.base
156 * - ``manifest.file``
157 - String, default ``west.yml``. Relative path from the manifest repository
158 root directory to the manifest file used by ``west init`` and other
159 commands which parse the manifest.
160 * - ``manifest.group-filter``
165 :ref:`west-manifest-groups`.
166 * - ``manifest.path``
168 to the manifest repository used by ``west update`` and other commands
169 which parse the manifest. Set locally by ``west init``.
170 * - ``manifest.project-filter``
191 if ``manifest.project-filter`` is:
210 Within an element of a ``manifest.project-filter`` list, leading and
231 from project remotes when those projects' revisions in the manifest file
249 the path to the manifest project with path :file:`zephyr` (if there is