Lines Matching full:manifest
14 names as specified in the manifest file, or (as a fallback) paths to them
17 to using all projects in the manifest file plus the manifest repository
29 1. Cloning a new manifest repository from a remote URL
30 2. Creating a workspace around an existing local manifest repository
32 **Option 1**: to clone a new manifest repository from a remote URL, use:
39 :file:`.west` inside this directory. You can give the manifest URL using
41 the location of the manifest file within the repository using ``--mf``.
51 :file:`zp/.west`, and set the ``manifest.path`` :ref:`configuration option
52 <west-config>` to ``zephyr`` to record the location of the manifest
53 repository in the workspace. The default manifest file location is used.
57 the default branch in the manifest repository unless the ``--mr`` option
62 **Option 2**: to create a workspace around an existing local manifest
70 system, and sets ``manifest.path`` to ``directory``.
76 If you change your mind later, you are free to change ``manifest.path`` and
77 ``manifest.file`` using :ref:`west-config-cmd` after running ``west init``.
79 match the new manifest file.
93 By default, this command parses the manifest file, usually
95 If your manifest uses :ref:`project groups <west-manifest-groups>`, then
99 ``PROJECT`` is either a project name as given in the manifest file, or a
109 #. Inspects the project's ``revision`` field in the manifest, and fetches
111 #. Sets the project's :ref:`manifest-rev <west-manifest-rev>` branch to the
113 #. Checks out ``manifest-rev`` in the local working copy as a `detached
115 #. If the manifest file specifies a :ref:`submodules
116 <west-manifest-submodules>` key for the project, recursively updates
137 detached ``HEAD`` at the manifest revision for each updated project,
153 ``manifest-rev``, use the ``-k`` (``--keep-descendants``) option.
158 between your branch and new commits brought in by the manifest. You
180 See :ref:`west-manifest-groups` for details on the project group feature.
183 value were appended to the ``manifest.group-filter``
188 to the value of ``manifest.group-filter``, run ``west update``, then restored
189 ``manifest.group-filter`` to its original value.
197 If a project in the manifest has a ``submodules`` key, the submodules are
248 - ``west compare``: compare the state of the workspace against the manifest
253 manifest, according to a format string
254 - ``west manifest``: manage the manifest file. See :ref:`west-manifest-cmd`.