doc: glossary: update west terms

We've got some obsolete 'west installation' usages kicking around
still.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-02-06 11:52:38 -08:00 committed by Anas Nashif
commit fbcdc82067

View file

@ -72,16 +72,16 @@ Glossary of Terms
A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`. A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`.
west installation west installation
A term for a :term:`west workspace` used prior to west 0.7. An obsolete term for a :term:`west workspace` used prior to west 0.7.
west manifest west manifest
A YAML file named :file:`west.yml` which describes projects, or the Git A YAML file, usually named :file:`west.yml`, which describes projects, or
repositories which make up a :term:`west installation`, along with the Git repositories which make up a :term:`west workspace`, along with
additional metadata. See :ref:`west-multi-repo` for general information additional metadata. See :ref:`west-multi-repo` for general information
and :ref:`west-manifests` for details. and :ref:`west-manifests` for details.
west manifest repository west manifest repository
The Git repository in a :term:`west installation` which contains the The Git repository in a :term:`west workspace` which contains the
:term:`west manifest`. Its location is given by the :ref:`manifest.path :term:`west manifest`. Its location is given by the :ref:`manifest.path
configuration option <west-config-index>`. See :ref:`west-multi-repo`. configuration option <west-config-index>`. See :ref:`west-multi-repo`.