summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
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/ref-manual/tasks.rst
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/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 414c972ad4..1674e3fa8c 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -170,7 +170,7 @@ Copies files that are to be packaged into the holding area
170working directory set to ``${``\ :term:`B`\ ``}``, which is the 170working directory set to ``${``\ :term:`B`\ ``}``, which is the
171compilation directory. The :ref:`ref-tasks-install` task, as well as other tasks 171compilation directory. The :ref:`ref-tasks-install` task, as well as other tasks
172that either directly or indirectly depend on the installed files (e.g. 172that either directly or indirectly depend on the installed files (e.g.
173:ref:`ref-tasks-package`, ``do_package_write_*``, and 173:ref:`ref-tasks-package`, :ref:`do_package_write_* <ref-tasks-package_write_deb>`, and
174:ref:`ref-tasks-rootfs`), run under 174:ref:`ref-tasks-rootfs`), run under
175:ref:`fakeroot <overview-manual/concepts:fakeroot and pseudo>`. 175:ref:`fakeroot <overview-manual/concepts:fakeroot and pseudo>`.
176 176