summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-29 08:46:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-27 14:55:08 +0100
commitd9adf28c10d4a28538e2f90b97dd8949f28815a6 (patch)
tree7f1958f696697e52fc848cd398fb53f3c650b3a9 /documentation/overview-manual
parent0d1d3afa8a09e08b65db8eaa2813bc5621d34806 (diff)
downloadpoky-d9adf28c10d4a28538e2f90b97dd8949f28815a6.tar.gz
manuals: replace hyphens with em dashes
Fix some hyphens being improperly used as em dashes. See https://www.grammarly.com/blog/hyphens-and-dashes/ Using em dashes may also allow Sphinx to hyphenate and break lines in the best way. Note that the first character after an em dash not supposed to be capitalized, unless a specific rule applies, typically when what follows is a proper noun. Fix a few misuses of parentheses in following text. (From yocto-docs rev: 5918f019f63f6e820b1168f4cc001faa1d1cdc6f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst6
-rw-r--r--documentation/overview-manual/development-environment.rst2
-rw-r--r--documentation/overview-manual/yp-intro.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 016577e07e..83339da98f 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -557,7 +557,7 @@ Local Projects
557~~~~~~~~~~~~~~ 557~~~~~~~~~~~~~~
558 558
559Local projects are custom bits of software the user provides. These bits 559Local projects are custom bits of software the user provides. These bits
560reside somewhere local to a project - perhaps a directory into which the 560reside somewhere local to a project --- perhaps a directory into which the
561user checks in items (e.g. a local directory containing a development 561user checks in items (e.g. a local directory containing a development
562source tree used by the group). 562source tree used by the group).
563 563
@@ -1641,7 +1641,7 @@ you a good idea of when the task's data changes.
1641 1641
1642To complicate the problem, there are things that should not be included 1642To complicate the problem, there are things that should not be included
1643in the checksum. First, there is the actual specific build path of a 1643in the checksum. First, there is the actual specific build path of a
1644given task - the :term:`WORKDIR`. It 1644given task --- the :term:`WORKDIR`. It
1645does not matter if the work directory changes because it should not 1645does not matter if the work directory changes because it should not
1646affect the output for target packages. Also, the build process has the 1646affect the output for target packages. Also, the build process has the
1647objective of making native or cross packages relocatable. 1647objective of making native or cross packages relocatable.
@@ -1700,7 +1700,7 @@ need to fix this situation.
1700Thus far, this section has limited discussion to the direct inputs into 1700Thus far, this section has limited discussion to the direct inputs into
1701a task. Information based on direct inputs is referred to as the 1701a task. Information based on direct inputs is referred to as the
1702"basehash" in the code. However, the question of a task's indirect 1702"basehash" in the code. However, the question of a task's indirect
1703inputs still exits - items already built and present in the 1703inputs still exits --- items already built and present in the
1704:term:`Build Directory`. The checksum (or 1704:term:`Build Directory`. The checksum (or
1705signature) for a particular task needs to add the hashes of all the 1705signature) for a particular task needs to add the hashes of all the
1706tasks on which the particular task depends. Choosing which dependencies 1706tasks on which the particular task depends. Choosing which dependencies
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index f1001e0bd3..43a6f1b480 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -52,7 +52,7 @@ A development host or :term:`Build Host` is key to
52using the Yocto Project. Because the goal of the Yocto Project is to 52using the Yocto Project. Because the goal of the Yocto Project is to
53develop images or applications that run on embedded hardware, 53develop images or applications that run on embedded hardware,
54development of those images and applications generally takes place on a 54development of those images and applications generally takes place on a
55system not intended to run the software - the development host. 55system not intended to run the software --- the development host.
56 56
57You need to set up a development host in order to use it with the Yocto 57You need to set up a development host in order to use it with the Yocto
58Project. Most find that it is best to have a native Linux machine 58Project. Most find that it is best to have a native Linux machine
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index a2e0862459..4e3b7c3250 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -842,7 +842,7 @@ helpful for getting started:
842 distribution. 842 distribution.
843 843
844 Another point worth noting is that historically within the Yocto 844 Another point worth noting is that historically within the Yocto
845 Project, recipes were referred to as packages - thus, the existence 845 Project, recipes were referred to as packages --- thus, the existence
846 of several BitBake variables that are seemingly mis-named, (e.g. 846 of several BitBake variables that are seemingly mis-named, (e.g.
847 :term:`PR`, 847 :term:`PR`,
848 :term:`PV`, and 848 :term:`PV`, and