summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 17:11:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit84251f8d24034163ec785d0f5715634b90f2c1bf (patch)
tree6ab394cc296fee27f01c29b0b73a3fbd74584def /documentation/overview-manual
parent104f20717c388213ba1009cce091972f6201af56 (diff)
downloadpoky-84251f8d24034163ec785d0f5715634b90f2c1bf.tar.gz
manuals: add references to the "do_fetch" task
[YOCTO #14508] (From yocto-docs rev: 17f2041647010d885f18f889c740588586c60d3a) 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/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 8e0303f0e0..fa060ce0de 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1208,7 +1208,7 @@ end result.
1208The build system has knowledge of the relationship between these tasks 1208The build system has knowledge of the relationship between these tasks
1209and other preceding tasks. For example, if BitBake runs 1209and 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
1211to run any of the ``do_fetch``, ``do_unpack``, ``do_patch``, 1211to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``,
1212``do_configure``, ``do_compile``, and ``do_install`` tasks. However, if 1212``do_configure``, ``do_compile``, and ``do_install`` tasks. However, if
1213``do_package`` needs to be run, BitBake needs to run those other tasks. 1213``do_package`` needs to be run, BitBake needs to run those other tasks.
1214 1214