diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:24:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | edaa121c7b52e71095afdd17f65274e43b485f7b (patch) | |
tree | faf05f6b82dec125947ba97b404f060fc95619fd /documentation/dev-manual | |
parent | 9fece9c36125aeec1ee3b3845fc914ec0dbf3034 (diff) | |
download | poky-edaa121c7b52e71095afdd17f65274e43b485f7b.tar.gz |
manuals: add references to the "do_build" task
[YOCTO #14508]
(From yocto-docs rev: c8efd2eeb329344c48935f8998e9a689d66348ca)
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')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index a6e61c891f..2ae7874513 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -9595,8 +9595,8 @@ Running Specific Tasks | |||
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: :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``, | 9596 | behavior in most cases is: :ref:`ref-tasks-fetch`, ``do_unpack``, ``do_patch``, |
9597 | ``do_configure``, ``do_compile``, :ref:`ref-tasks-install`, ``do_package``, | 9597 | ``do_configure``, ``do_compile``, :ref:`ref-tasks-install`, ``do_package``, |
9598 | ``do_package_write_*``, and ``do_build``. The default task is | 9598 | ``do_package_write_*``, and :ref:`ref-tasks-build`. The default task is |
9599 | ``do_build`` and any tasks on which it depends build first. Some tasks, | 9599 | :ref:`ref-tasks-build` and any tasks on which it depends build first. Some tasks, |
9600 | such as ``do_devshell``, are not part of the default build chain. If you | 9600 | such as ``do_devshell``, are not part of the default build chain. If you |
9601 | wish to run a task that is not part of the default build chain, you can | 9601 | wish to run a task that is not part of the default build chain, you can |
9602 | use the ``-c`` option in BitBake. Here is an example:: | 9602 | use the ``-c`` option in BitBake. Here is an example:: |