diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 18:21:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | ec31647110eb96a83a253920cc5d26a164e09b3d (patch) | |
tree | 87d679876dd04a905f53e9cf6970f5738d1e63c9 /documentation/ref-manual/tasks.rst | |
parent | a6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 (diff) | |
download | poky-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.rst | 2 |
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 | |||
170 | working directory set to ``${``\ :term:`B`\ ``}``, which is the | 170 | working directory set to ``${``\ :term:`B`\ ``}``, which is the |
171 | compilation directory. The :ref:`ref-tasks-install` task, as well as other tasks | 171 | compilation directory. The :ref:`ref-tasks-install` task, as well as other tasks |
172 | that either directly or indirectly depend on the installed files (e.g. | 172 | that 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 | ||