Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daiane Angolini <[email protected]>
  • Loading branch information
kprosise and angolini authored Jul 1, 2024
1 parent f9d23af commit 09513e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/glossary/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,15 +367,15 @@ Terminology

In the context of the Yocto Project,
it also refers to the *file* containing the description of what the Linux Distribution should be.
The variable for setting the distribution is ``DISTRO``, which defaults to lmp.
The variable for setting the distribution is ``DISTRO``, which defaults to ``lmp``.

* :ref:`Reference Manual, LmP Distros <ref-linux-distro>`
* :ref:`LmP Customization Reference Manual, Customizing the Distro <ref-customizing-the-distro>`
* :ref:`Factory Definition Reference Manual, LmP Distro variable <ref-factory-definition>`

Layer
Openembedded/Yocto Project Layers.
A layer is collection of related recipes/files.
A layer is a collection of related recipes/files.
Generally layers have the prefix `meta-`, such as `meta-lmp`

* :ref:`Linux Layers Reference Manual <ref-linux-layers>`
Expand Down Expand Up @@ -471,7 +471,7 @@ Terminology
Defined by the variable ``MACHINE`` in ``local.conf`` within a Yocto Project build directory,
via a script/configuration tool.

For LmP, the target machine to build an image for gets defined within the Factory Definition.
For LmP, the target device to build an image for gets defined within the Factory Definition.

* :ref:`Building From Source Reference Manual, Setup Work Environment; MACHINE target <ref-linux-building-install>`
* :ref:`Factory Definition Reference Manual, Machine Name <def-lmp>`
Expand Down

0 comments on commit 09513e2

Please sign in to comment.