From 09513e2ccc682f346da57d594fe223b3cd6fe9bf Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Mon, 1 Jul 2024 10:13:46 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daiane Angolini --- source/glossary/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/glossary/index.rst b/source/glossary/index.rst index c70e9dbb..ac9769ba 100644 --- a/source/glossary/index.rst +++ b/source/glossary/index.rst @@ -367,7 +367,7 @@ 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:`LmP Customization Reference Manual, Customizing the Distro ` @@ -375,7 +375,7 @@ Terminology 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 ` @@ -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:`Factory Definition Reference Manual, Machine Name `