summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
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
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')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst8
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.rst8
2 files changed, 7 insertions, 9 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
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst
index c83290ed5f..dee9922eb1 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.rst
+++ b/documentation/overview-manual/overview-manual-yp-intro.rst
@@ -134,7 +134,7 @@ Project:
134- *License Manifest:* The Yocto Project provides a :ref:`license 134- *License Manifest:* The Yocto Project provides a :ref:`license
135 manifest <dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle>` 135 manifest <dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle>`
136 for review by people who need to track the use of open source 136 for review by people who need to track the use of open source
137 licenses (e.g.legal teams). 137 licenses (e.g. legal teams).
138 138
139.. _gs-challenges: 139.. _gs-challenges:
140 140
@@ -540,7 +540,7 @@ targets:
540 You can find the Matchbox source in the Yocto Project 540 You can find the Matchbox source in the Yocto Project
541 :yocto_git:`Source Repositories <>`. 541 :yocto_git:`Source Repositories <>`.
542 542
543- *Opkg* Open PacKaGe management (opkg) is a lightweight package 543- *Opkg:* Open PacKaGe management (opkg) is a lightweight package
544 management system based on the itsy package (ipkg) management system. 544 management system based on the itsy package (ipkg) management system.
545 Opkg is written in C and resembles Advanced Package Tool (APT) and 545 Opkg is written in C and resembles Advanced Package Tool (APT) and
546 Debian Package (dpkg) in operation. 546 Debian Package (dpkg) in operation.
@@ -655,7 +655,7 @@ Project.
655 virtualization technology. 655 virtualization technology.
656 656
657 For information on how to set up a Build Host with WSLv2, see the 657 For information on how to set up a Build Host with WSLv2, see the
658 ":ref:dev-manual/dev-manual-start:setting up to use windows subsystem for linux (wslv2)`" 658 ":ref:`dev-manual/dev-manual-start:setting up to use windows subsystem for linux (wslv2)`"
659 section in the Yocto Project Development Tasks Manual. 659 section in the Yocto Project Development Tasks Manual.
660 660
661- *Toaster:* Regardless of what your Build Host is running, you can use 661- *Toaster:* Regardless of what your Build Host is running, you can use
@@ -743,7 +743,7 @@ and Fall. For more information on the Yocto Project release schedule and
743cadence, see the ":doc:`../ref-manual/ref-release-process`" chapter in the 743cadence, see the ":doc:`../ref-manual/ref-release-process`" chapter in the
744Yocto Project Reference Manual. 744Yocto Project Reference Manual.
745 745
746Much has been said about Poky being a "default configuration." A default 746Much has been said about Poky being a "default configuration". A default
747configuration provides a starting image footprint. You can use Poky out 747configuration provides a starting image footprint. You can use Poky out
748of the box to create an image ranging from a shell-accessible minimal 748of the box to create an image ranging from a shell-accessible minimal
749image all the way up to a Linux Standard Base-compliant image that uses 749image all the way up to a Linux Standard Base-compliant image that uses