summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 18:21:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitec31647110eb96a83a253920cc5d26a164e09b3d (patch)
tree87d679876dd04a905f53e9cf6970f5738d1e63c9 /documentation/overview-manual
parenta6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 (diff)
downloadpoky-ec31647110eb96a83a253920cc5d26a164e09b3d.tar.gz
manuals: add references to "do_package_write_*" tasks
Using a reference to "do_package_write_deb", the first entry in the list. [YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 237cebcfa6215d75bbe28df677f18ebf7e1bb4f6) 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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index f1457522da..a477139996 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1198,7 +1198,7 @@ the work involved would be equal to or greater than the underlying task.
1198 1198
1199In the build system, the common tasks that have setscene variants are 1199In the build system, the common tasks that have setscene variants are
1200:ref:`ref-tasks-package`, 1200:ref:`ref-tasks-package`,
1201``do_package_write_*``, 1201:ref:`do_package_write_* <ref-tasks-package_write_deb>`,
1202:ref:`ref-tasks-deploy`, 1202:ref:`ref-tasks-deploy`,
1203:ref:`ref-tasks-packagedata`, and 1203:ref:`ref-tasks-packagedata`, and
1204:ref:`ref-tasks-populate_sysroot`. 1204:ref:`ref-tasks-populate_sysroot`.
@@ -1215,7 +1215,7 @@ to run any of the :ref:`ref-tasks-fetch`, ``do_unpack``, :ref:`ref-tasks-patch`,
1215It becomes more complicated if everything can come from an sstate cache 1215It becomes more complicated if everything can come from an sstate cache
1216because some objects are simply not required at all. For example, you do 1216because some objects are simply not required at all. For example, you do
1217not need a compiler or native tools, such as quilt, if there isn't anything 1217not need a compiler or native tools, such as quilt, if there isn't anything
1218to compile or patch. If the ``do_package_write_*`` packages are available 1218to compile or patch. If the :ref:`do_package_write_* <ref-tasks-package_write_deb>` packages are available
1219from sstate, BitBake does not need the :ref:`ref-tasks-package` task data. 1219from sstate, BitBake does not need the :ref:`ref-tasks-package` task data.
1220 1220
1221To handle all these complexities, BitBake runs in two phases. The first 1221To handle all these complexities, BitBake runs in two phases. The first