All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: add potential of parallelism to defn of "Task"
@ 2021-09-06 12:44 Robert P. J. Day
  2021-09-06 13:29 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2021-09-06 12:44 UTC (permalink / raw)
  To: YP docs mailing list


Emphasize that tasks can be done in parallel.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 32658051a..1a1f8dbee 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:
      section in the Yocto Project Overview and Concepts Manual.

    :term:`Task`
-      A unit of execution for BitBake (e.g.
+      A per-recipe unit of execution for BitBake (e.g.
       :ref:`ref-tasks-compile`,
       :ref:`ref-tasks-fetch`,
       :ref:`ref-tasks-patch`, and so forth).
+      One of the major benefits of the build system is that, since each
+      recipe will typically spawn the execution of numerous tasks, it is
+      entirely possible that many tasks can execute in parallel, with
+      the fetch task of one recipe being done simultaneously with the
+      build task of another, and so forth, potentially up to the
+      parallelism limit of your build system.

    :term:`Toaster`
       A web interface to the Yocto Project's :term:`OpenEmbedded Build System`.

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-06 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 12:44 [PATCH] ref-manual: add potential of parallelism to defn of "Task" Robert P. J. Day
2021-09-06 13:29 ` [docs] " Quentin Schulz
2021-09-06 13:45   ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.