summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 18:04:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commitb3dc55b0516da0ef9381baa034fa95f77a3c0119 (patch)
treec502144ff8533e1e42d96090e6cf9e3aea78e4ea /documentation/ref-manual
parent3c6b2798a0758c6a12f8ea8f451f3a294263da76 (diff)
downloadpoky-b3dc55b0516da0ef9381baa034fa95f77a3c0119.tar.gz
manuals: add references to the "do_package" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 179139e6710f6dde0de25200c372705ed8ef13bc) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/structure.rst2
-rw-r--r--documentation/ref-manual/tasks.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 429f81e14c..533745b370 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -630,7 +630,7 @@ Here are key subdirectories within each recipe work directory:
630 split into individual packages. 630 split into individual packages.
631 631
632- ``${WORKDIR}/packages-split``: Contains the output of the 632- ``${WORKDIR}/packages-split``: Contains the output of the
633 ``do_package`` task after the output has been split into individual 633 :ref:`ref-tasks-package` task after the output has been split into individual
634 packages. There are subdirectories for each individual package created by 634 packages. There are subdirectories for each individual package created by
635 the recipe. 635 the recipe.
636 636
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index a92468d8df..e87be90cc0 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -212,7 +212,7 @@ based on available packages and files. This task makes use of the
212:term:`PACKAGES` and :term:`FILES` 212:term:`PACKAGES` and :term:`FILES`
213variables. 213variables.
214 214
215The ``do_package`` task, in conjunction with the 215The :ref:`ref-tasks-package` task, in conjunction with the
216:ref:`ref-tasks-packagedata` task, also saves some 216:ref:`ref-tasks-packagedata` task, also saves some
217important package metadata. For additional information, see the 217important package metadata. For additional information, see the
218:term:`PKGDESTWORK` variable and the 218:term:`PKGDESTWORK` variable and the