summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
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/structure.rst
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/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst2
1 files changed, 1 insertions, 1 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