summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 2106a8083b..36c9efc1e2 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -510,8 +510,8 @@ should be automatic, and recipes should not directly reference
510----------------------- 510-----------------------
511 511
512Previous versions of the OpenEmbedded build system used to create a 512Previous versions of the OpenEmbedded build system used to create a
513global shared sysroot per machine along with a native sysroot. Beginning 513global shared sysroot per machine along with a native sysroot. Since
514with the 2.3 version of the Yocto Project, sysroots exist in 514the 2.3 version of the Yocto Project, there are sysroots in
515recipe-specific :term:`WORKDIR` directories. Thus, the 515recipe-specific :term:`WORKDIR` directories. Thus, the
516``build/tmp/sysroots/`` directory is unused. 516``build/tmp/sysroots/`` directory is unused.
517 517
@@ -601,7 +601,7 @@ constructed using the architecture of the given build (e.g.
601name, and the version of the recipe (i.e. 601name, and the version of the recipe (i.e.
602:term:`PE`\ ``:``\ :term:`PV`\ ``-``\ :term:`PR`). 602:term:`PE`\ ``:``\ :term:`PV`\ ``-``\ :term:`PR`).
603 603
604A number of key subdirectories exist within each recipe work directory: 604Here are key subdirectories within each recipe work directory:
605 605
606- ``${WORKDIR}/temp``: Contains the log files of each task executed for 606- ``${WORKDIR}/temp``: Contains the log files of each task executed for
607 this recipe, the "run" files for each executed task, which contain 607 this recipe, the "run" files for each executed task, which contain
@@ -624,7 +624,7 @@ A number of key subdirectories exist within each recipe work directory:
624 624
625- ``${WORKDIR}/packages-split``: Contains the output of the 625- ``${WORKDIR}/packages-split``: Contains the output of the
626 ``do_package`` task after the output has been split into individual 626 ``do_package`` task after the output has been split into individual
627 packages. Subdirectories exist for each individual package created by 627 packages. There are subdirectories for each individual package created by
628 the recipe. 628 the recipe.
629 629
630- ``${WORKDIR}/recipe-sysroot``: A directory populated with the target 630- ``${WORKDIR}/recipe-sysroot``: A directory populated with the target