summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-terms.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-terms.rst')
-rw-r--r--documentation/ref-manual/ref-terms.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst
index 59100e9c88..4298e04965 100644
--- a/documentation/ref-manual/ref-terms.rst
+++ b/documentation/ref-manual/ref-terms.rst
@@ -113,7 +113,7 @@ universal, the list includes them just in case:
113 Files that provide for logic encapsulation and inheritance so that 113 Files that provide for logic encapsulation and inheritance so that
114 commonly used patterns can be defined once and then easily used in 114 commonly used patterns can be defined once and then easily used in
115 multiple recipes. For reference information on the Yocto Project classes, 115 multiple recipes. For reference information on the Yocto Project classes,
116 see the "`Classes <#ref-classes>`__" chapter. Class files end with the 116 see the ":ref:`ref-manual/ref-classes:Classes`" chapter. Class files end with the
117 ``.bbclass`` filename extension. 117 ``.bbclass`` filename extension.
118 118
119 Configuration File 119 Configuration File
@@ -200,7 +200,7 @@ universal, the list includes them just in case:
200 Metadata 200 Metadata
201 A key element of the Yocto Project is the Metadata that 201 A key element of the Yocto Project is the Metadata that
202 is used to construct a Linux distribution and is contained in the 202 is used to construct a Linux distribution and is contained in the
203 files that the `OpenEmbedded build system <#build-system-term>`__ 203 files that the :term:`OpenEmbedded Build System`
204 parses when building an image. In general, Metadata includes recipes, 204 parses when building an image. In general, Metadata includes recipes,
205 configuration files, and other information that refers to the build 205 configuration files, and other information that refers to the build
206 instructions themselves, as well as the data used to control what 206 instructions themselves, as well as the data used to control what
@@ -233,7 +233,7 @@ universal, the list includes them just in case:
233 OpenEmbedded Build System 233 OpenEmbedded Build System
234 The build system specific to the Yocto 234 The build system specific to the Yocto
235 Project. The OpenEmbedded build system is based on another project 235 Project. The OpenEmbedded build system is based on another project
236 known as "Poky", which uses `BitBake <#bitbake-term>`__ as the task 236 known as "Poky", which uses :term:`BitBake` as the task
237 executor. Throughout the Yocto Project documentation set, the 237 executor. Throughout the Yocto Project documentation set, the
238 OpenEmbedded build system is sometimes referred to simply as "the 238 OpenEmbedded build system is sometimes referred to simply as "the
239 build system". If other build systems, such as a host or target build 239 build system". If other build systems, such as a host or target build
@@ -262,8 +262,8 @@ universal, the list includes them just in case:
262 Another point worth noting is that historically within the Yocto 262 Another point worth noting is that historically within the Yocto
263 Project, recipes were referred to as packages - thus, the existence 263 Project, recipes were referred to as packages - thus, the existence
264 of several BitBake variables that are seemingly mis-named, (e.g. 264 of several BitBake variables that are seemingly mis-named, (e.g.
265 ```PR`` <#var-PR>`__, ```PV`` <#var-PV>`__, and 265 :term:`PR`, :term:`PV`, and
266 ```PE`` <#var-PE>`__). 266 :term:`PE`).
267 267
268 Package Groups 268 Package Groups
269 Arbitrary groups of software Recipes. You use 269 Arbitrary groups of software Recipes. You use
@@ -373,9 +373,9 @@ universal, the list includes them just in case:
373 373
374 Task 374 Task
375 A unit of execution for BitBake (e.g. 375 A unit of execution for BitBake (e.g.
376 ```do_compile`` <#ref-tasks-compile>`__, 376 :ref:`ref-tasks-compile`,
377 ```do_fetch`` <#ref-tasks-fetch>`__, 377 :ref:`ref-tasks-fetch`,
378 ```do_patch`` <#ref-tasks-patch>`__, and so forth). 378 :ref:`ref-tasks-patch`, and so forth).
379 379
380 Toaster 380 Toaster
381 A web interface to the Yocto Project's `OpenEmbedded Build 381 A web interface to the Yocto Project's `OpenEmbedded Build