summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-20 15:59:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-28 14:46:17 +0100
commit59f7a0ee5a720f266c2a29750f5b71963f41aeca (patch)
tree75e1d08ea3ac9786e5daef598f5494636eaa5c40 /documentation/ref-manual/terms.rst
parenta9bd0f690e1ec3891b46cb5fadfc259f53c13016 (diff)
downloadpoky-59f7a0ee5a720f266c2a29750f5b71963f41aeca.tar.gz
ref-manual: add "Mixin" term
Also add a target (and use) a target for the "Long Term Support Release" section. (From yocto-docs rev: 98d6f2066fcdb20e63b8da6ed52d0f3590b15195) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 68313d0294..4baef38cfd 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -277,7 +277,7 @@ universal, the list includes them just in case:
277 This term means "Long Term Support", and in the context of the Yocto 277 This term means "Long Term Support", and in the context of the Yocto
278 Project, it corresponds to selected stable releases for which bug and 278 Project, it corresponds to selected stable releases for which bug and
279 security fixes are provided for at least two years. See 279 security fixes are provided for at least two years. See
280 ":doc:`/ref-manual/release-process`" for details. 280 the :ref:`ref-long-term-support-releases` section for details.
281 281
282 :term:`Metadata` 282 :term:`Metadata`
283 A key element of the Yocto Project is the Metadata that 283 A key element of the Yocto Project is the Metadata that
@@ -298,6 +298,12 @@ universal, the list includes them just in case:
298 :yocto_git:`yocto-kernel-cache </yocto-kernel-cache>` 298 :yocto_git:`yocto-kernel-cache </yocto-kernel-cache>`
299 Git repository. 299 Git repository.
300 300
301 :term:`Mixin`
302 A :term:`Mixin` layer is a layer which can be created by the community to
303 add a specific feature or support a new version of some package for an
304 :term:`LTS` release. See the :ref:`ref-long-term-support-releases`
305 section for details.
306
301 :term:`OpenEmbedded-Core (OE-Core)` 307 :term:`OpenEmbedded-Core (OE-Core)`
302 OE-Core is metadata comprised of 308 OE-Core is metadata comprised of
303 foundational recipes, classes, and associated files that are meant to 309 foundational recipes, classes, and associated files that are meant to