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
parent 673474b020
commit fbcdc82067
1 changed files with 4 additions and 4 deletions

View File

@ -72,16 +72,16 @@ Glossary of Terms
A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`.
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
A YAML file named :file:`west.yml` which describes projects, or the Git
repositories which make up a :term:`west installation`, along with
A YAML file, usually named :file:`west.yml`, which describes projects, or
the Git repositories which make up a :term:`west workspace`, along with
additional metadata. See :ref:`west-multi-repo` for general information
and :ref:`west-manifests` for details.
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
configuration option <west-config-index>`. See :ref:`west-multi-repo`.