diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:20:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 9fece9c36125aeec1ee3b3845fc914ec0dbf3034 (patch) | |
tree | 9ee53e939349006219c1b325c5afa395e723dd14 /documentation/ref-manual/variables.rst | |
parent | 84251f8d24034163ec785d0f5715634b90f2c1bf (diff) | |
download | poky-9fece9c36125aeec1ee3b3845fc914ec0dbf3034.tar.gz |
manuals: add reference to the "do_install" task
[YOCTO #14508]
(From yocto-docs rev: 933ad27b81dfc4a28e7c48ca7bb2d1363e8c037f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 2e2e16574c..1582664e62 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5675,7 +5675,7 @@ system and gives an overview of their function and contents. | |||
5675 | way to ensure this is to use the ``oe_runmake`` function. | 5675 | way to ensure this is to use the ``oe_runmake`` function. |
5676 | 5676 | ||
5677 | If the software being built experiences dependency issues during | 5677 | If the software being built experiences dependency issues during |
5678 | the ``do_install`` task that result in race conditions, you can | 5678 | the :ref:`ref-tasks-install` task that result in race conditions, you can |
5679 | clear the :term:`PARALLEL_MAKEINST` variable within the recipe as a | 5679 | clear the :term:`PARALLEL_MAKEINST` variable within the recipe as a |
5680 | workaround. For information on addressing race conditions, see the | 5680 | workaround. For information on addressing race conditions, see the |
5681 | ":ref:`dev-manual/common-tasks:debugging parallel make races`" | 5681 | ":ref:`dev-manual/common-tasks:debugging parallel make races`" |