summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
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 32658051a5..e5a7565df5 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -367,10 +367,16 @@ universal, the list includes them just in case:
367 section in the Yocto Project Overview and Concepts Manual. 367 section in the Yocto Project Overview and Concepts Manual.
368 368
369 :term:`Task` 369 :term:`Task`
370 A unit of execution for BitBake (e.g. 370 A per-recipe unit of execution for BitBake (e.g.
371 :ref:`ref-tasks-compile`, 371 :ref:`ref-tasks-compile`,
372 :ref:`ref-tasks-fetch`, 372 :ref:`ref-tasks-fetch`,
373 :ref:`ref-tasks-patch`, and so forth). 373 :ref:`ref-tasks-patch`, and so forth).
374 One of the major benefits of the build system is that, since each
375 recipe will typically spawn the execution of numerous tasks,
376 it is entirely possible that many tasks can execute in parallel,
377 either tasks from separate recipes or independent tasks within
378 the same recipe, potentially up to the parallelism of your
379 build system.
374 380
375 :term:`Toaster` 381 :term:`Toaster`
376 A web interface to the Yocto Project's :term:`OpenEmbedded Build System`. 382 A web interface to the Yocto Project's :term:`OpenEmbedded Build System`.