diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:11:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
| commit | 84251f8d24034163ec785d0f5715634b90f2c1bf (patch) | |
| tree | 6ab394cc296fee27f01c29b0b73a3fbd74584def /documentation/dev-manual/common-tasks.rst | |
| parent | 104f20717c388213ba1009cce091972f6201af56 (diff) | |
| download | poky-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/dev-manual/common-tasks.rst')
| -rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 883a1adea7..3d96399047 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
| @@ -9593,7 +9593,7 @@ Running Specific Tasks | |||
| 9593 | ---------------------- | 9593 | ---------------------- |
| 9594 | 9594 | ||
| 9595 | Any given recipe consists of a set of tasks. The standard BitBake | 9595 | Any given recipe consists of a set of tasks. The standard BitBake |
| 9596 | behavior in most cases is: ``do_fetch``, ``do_unpack``, ``do_patch``, | 9596 | behavior in most cases is: :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``, |
| 9597 | ``do_configure``, ``do_compile``, ``do_install``, ``do_package``, | 9597 | ``do_configure``, ``do_compile``, ``do_install``, ``do_package``, |
| 9598 | ``do_package_write_*``, and ``do_build``. The default task is | 9598 | ``do_package_write_*``, and ``do_build``. The default task is |
| 9599 | ``do_build`` and any tasks on which it depends build first. Some tasks, | 9599 | ``do_build`` and any tasks on which it depends build first. Some tasks, |
