diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 18:16:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | a6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 (patch) | |
tree | 7b11239dc93d1130288b13bfd48a3f960c89ba4f /documentation/overview-manual | |
parent | 020c44eb3be4c15acd10bd3d7f56a6ad28a61f2e (diff) | |
download | poky-a6a7676910669f4bd3a0d4a0ac9a850ea491b7b1.tar.gz |
manuals: add references to the "do_patch" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 1e38ceafb25aac13bb9dd45626fd39ad1b68852d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 36498ba1e1..f1457522da 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1208,7 +1208,7 @@ end result. | |||
1208 | The build system has knowledge of the relationship between these tasks | 1208 | The build system has knowledge of the relationship between these tasks |
1209 | and other preceding tasks. For example, if BitBake runs | 1209 | and other preceding tasks. For example, if BitBake runs |
1210 | ``do_populate_sysroot_setscene`` for something, it does not make sense | 1210 | ``do_populate_sysroot_setscene`` for something, it does not make sense |
1211 | to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``, | 1211 | to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, :ref:`ref-tasks-patch`, |
1212 | :ref:`ref-tasks-configure`, :ref:`ref-tasks-compile`, and :ref:`ref-tasks-install` tasks. However, if | 1212 | :ref:`ref-tasks-configure`, :ref:`ref-tasks-compile`, and :ref:`ref-tasks-install` tasks. However, if |
1213 | :ref:`ref-tasks-package` needs to be run, BitBake needs to run those other tasks. | 1213 | :ref:`ref-tasks-package` needs to be run, BitBake needs to run those other tasks. |
1214 | 1214 | ||