summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:59:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commit177aee09fec494e8827a03cc98ba989f4acd459d (patch)
tree8cd19e638c3e5ed11b17a17b7da9a98d54c2b898 /documentation/overview-manual/overview-manual-concepts.rst
parent528cdb7cd55184422b0b5361a7b6ab81314c1ba2 (diff)
downloadpoky-177aee09fec494e8827a03cc98ba989f4acd459d.tar.gz
sphinx: fix a few typos or missing/too many words
(From yocto-docs rev: 744b74b3420ae475a566307e03e0b098986773e4) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index 935c01805e..9bd02a7001 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -787,7 +787,7 @@ Build Directory's hierarchy:
787- :term:`PN`: The name of the recipe used 787- :term:`PN`: The name of the recipe used
788 to build the package. This variable can have multiple meanings. 788 to build the package. This variable can have multiple meanings.
789 However, when used in the context of input files, ``PN`` represents 789 However, when used in the context of input files, ``PN`` represents
790 the the name of the recipe. 790 the name of the recipe.
791 791
792- :term:`WORKDIR`: The location 792- :term:`WORKDIR`: The location
793 where the OpenEmbedded build system builds a recipe (i.e. does the 793 where the OpenEmbedded build system builds a recipe (i.e. does the
@@ -1125,8 +1125,7 @@ build system has created the final image output files.
1125.. note:: 1125.. note::
1126 1126
1127 The entire image generation process is run under 1127 The entire image generation process is run under
1128 Pseudo 1128 Pseudo. Running under Pseudo ensures that the files in the root filesystem
1129 . Running under Pseudo ensures that the files in the root filesystem
1130 have correct ownership. 1129 have correct ownership.
1131 1130
1132.. _sdk-generation-dev-environment: 1131.. _sdk-generation-dev-environment:
@@ -1736,8 +1735,7 @@ objective of making native or cross packages relocatable.
1736.. note:: 1735.. note::
1737 1736
1738 Both native and cross packages run on the 1737 Both native and cross packages run on the
1739 build host 1738 build host. However, cross packages generate output for the target
1740 . However, cross packages generate output for the target
1741 architecture. 1739 architecture.
1742 1740
1743The checksum therefore needs to exclude ``WORKDIR``. The simplistic 1741The checksum therefore needs to exclude ``WORKDIR``. The simplistic