summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
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 a1fd3c4dad..e70c778263 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -565,7 +565,7 @@ Local Projects
565~~~~~~~~~~~~~~ 565~~~~~~~~~~~~~~
566 566
567Local projects are custom bits of software the user provides. These bits 567Local projects are custom bits of software the user provides. These bits
568reside somewhere local to a project - perhaps a directory into which the 568reside somewhere local to a project --- perhaps a directory into which the
569user checks in items (e.g. a local directory containing a development 569user checks in items (e.g. a local directory containing a development
570source tree used by the group). 570source tree used by the group).
571 571
@@ -1647,7 +1647,7 @@ you a good idea of when the task's data changes.
1647 1647
1648To complicate the problem, there are things that should not be included 1648To complicate the problem, there are things that should not be included
1649in the checksum. First, there is the actual specific build path of a 1649in the checksum. First, there is the actual specific build path of a
1650given task - the :term:`WORKDIR`. It 1650given task --- the :term:`WORKDIR`. It
1651does not matter if the work directory changes because it should not 1651does not matter if the work directory changes because it should not
1652affect the output for target packages. Also, the build process has the 1652affect the output for target packages. Also, the build process has the
1653objective of making native or cross packages relocatable. 1653objective of making native or cross packages relocatable.
@@ -1706,7 +1706,7 @@ need to fix this situation.
1706Thus far, this section has limited discussion to the direct inputs into 1706Thus far, this section has limited discussion to the direct inputs into
1707a task. Information based on direct inputs is referred to as the 1707a task. Information based on direct inputs is referred to as the
1708"basehash" in the code. However, the question of a task's indirect 1708"basehash" in the code. However, the question of a task's indirect
1709inputs still exits - items already built and present in the 1709inputs still exits --- items already built and present in the
1710:term:`Build Directory`. The checksum (or 1710:term:`Build Directory`. The checksum (or
1711signature) for a particular task needs to add the hashes of all the 1711signature) for a particular task needs to add the hashes of all the
1712tasks on which the particular task depends. Choosing which dependencies 1712tasks 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 30c7af4531..c3123dcb6d 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 8683fb9ebd..50b7901b29 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -857,7 +857,7 @@ helpful for getting started:
857 distribution. 857 distribution.
858 858
859 Another point worth noting is that historically within the Yocto 859 Another point worth noting is that historically within the Yocto
860 Project, recipes were referred to as packages - thus, the existence 860 Project, recipes were referred to as packages --- thus, the existence
861 of several BitBake variables that are seemingly mis-named, (e.g. 861 of several BitBake variables that are seemingly mis-named, (e.g.
862 :term:`PR`, 862 :term:`PR`,
863 :term:`PV`, and 863 :term:`PV`, and