diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 13:30:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:11 +0100 |
commit | 7429ea09df29460cb8a16e1c4de7c927582a5f1f (patch) | |
tree | 261f420285c3eba958ff40a95af44924265fb28a /documentation/ref-manual | |
parent | 215c63ed3cbab7938d0a0d23d7c9b982acad2111 (diff) | |
download | poky-7429ea09df29460cb8a16e1c4de7c927582a5f1f.tar.gz |
ref-manual/terms.rst: sort entries
documentation/scripts/check-glossaries returns:
WARNING: ref-manual/terms.rst: entries are not properly sorted:
--- original_list
+++ sorted_list
@@ -17,8 +17,8 @@
LTS
Metadata
Mixin
+OpenEmbedded Build System
OpenEmbedded-Core (OE-Core)
-OpenEmbedded Build System
Package
Package Groups
Poky
(From yocto-docs rev: e3c05f82596239c12dcb9871e6dac434c46bacec)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/terms.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 9f61061415..f3d3d059d1 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -304,19 +304,6 @@ universal, the list includes them just in case: | |||
304 | :term:`LTS` release. See the :ref:`ref-long-term-support-releases` | 304 | :term:`LTS` release. See the :ref:`ref-long-term-support-releases` |
305 | section for details. | 305 | section for details. |
306 | 306 | ||
307 | :term:`OpenEmbedded-Core (OE-Core)` | ||
308 | OE-Core is metadata comprised of | ||
309 | foundational recipes, classes, and associated files that are meant to | ||
310 | be common among many different OpenEmbedded-derived systems, | ||
311 | including the Yocto Project. OE-Core is a curated subset of an | ||
312 | original repository developed by the OpenEmbedded community that has | ||
313 | been pared down into a smaller, core set of continuously validated | ||
314 | recipes. The result is a tightly controlled and an quality-assured | ||
315 | core set of recipes. | ||
316 | |||
317 | You can see the Metadata in the ``meta`` directory of the Yocto | ||
318 | Project :yocto_git:`Source Repositories </poky>`. | ||
319 | |||
320 | :term:`OpenEmbedded Build System` | 307 | :term:`OpenEmbedded Build System` |
321 | The build system specific to the Yocto | 308 | The build system specific to the Yocto |
322 | Project. The OpenEmbedded build system is based on another project | 309 | Project. The OpenEmbedded build system is based on another project |
@@ -331,6 +318,19 @@ universal, the list includes them just in case: | |||
331 | 318 | ||
332 | For some historical information about Poky, see the :term:`Poky` term. | 319 | For some historical information about Poky, see the :term:`Poky` term. |
333 | 320 | ||
321 | :term:`OpenEmbedded-Core (OE-Core)` | ||
322 | OE-Core is metadata comprised of | ||
323 | foundational recipes, classes, and associated files that are meant to | ||
324 | be common among many different OpenEmbedded-derived systems, | ||
325 | including the Yocto Project. OE-Core is a curated subset of an | ||
326 | original repository developed by the OpenEmbedded community that has | ||
327 | been pared down into a smaller, core set of continuously validated | ||
328 | recipes. The result is a tightly controlled and an quality-assured | ||
329 | core set of recipes. | ||
330 | |||
331 | You can see the Metadata in the ``meta`` directory of the Yocto | ||
332 | Project :yocto_git:`Source Repositories </poky>`. | ||
333 | |||
334 | :term:`Package` | 334 | :term:`Package` |
335 | In the context of the Yocto Project, this term refers to a | 335 | In the context of the Yocto Project, this term refers to a |
336 | recipe's packaged output produced by BitBake (i.e. a "baked recipe"). | 336 | recipe's packaged output produced by BitBake (i.e. a "baked recipe"). |