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
159 * - ``manifest.file``
160 - String, default ``west.yml``. Relative path from the manifest repository
161 root directory to the manifest file used by ``west init`` and other
162 commands which parse the manifest.
163 * - ``manifest.group-filter``
168 :ref:`west-manifest-groups`.
169 * - ``manifest.path``
171 to the manifest repository used by ``west update`` and other commands
172 which parse the manifest. Set locally by ``west init``.
173 * - ``manifest.project-filter``
194 if ``manifest.project-filter`` is:
213 Within an element of a ``manifest.project-filter`` list, leading and
234 from project remotes when those projects' revisions in the manifest file
252 the path to the manifest project with path :file:`zephyr` (if there is