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
138 * - ``manifest.file``
139 - String, default ``west.yml``. Relative path from the manifest repository
140 root directory to the manifest file used by ``west init`` and other
141 commands which parse the manifest.
142 * - ``manifest.group-filter``
147 :ref:`west-manifest-groups`.
148 * - ``manifest.path``
150 to the manifest repository used by ``west update`` and other commands
151 which parse the manifest. Set locally by ``west init``.
152 * - ``manifest.project-filter``
173 if ``manifest.project-filter`` is:
192 Within an element of a ``manifest.project-filter`` list, leading and
213 from project remotes when those projects' revisions in the manifest file
231 the path to the manifest project with path :file:`zephyr` (if there is