diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 6 | ||||
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 2 |
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 | ||
567 | Local projects are custom bits of software the user provides. These bits | 567 | Local projects are custom bits of software the user provides. These bits |
568 | reside somewhere local to a project - perhaps a directory into which the | 568 | reside somewhere local to a project --- perhaps a directory into which the |
569 | user checks in items (e.g. a local directory containing a development | 569 | user checks in items (e.g. a local directory containing a development |
570 | source tree used by the group). | 570 | source tree used by the group). |
571 | 571 | ||
@@ -1647,7 +1647,7 @@ you a good idea of when the task's data changes. | |||
1647 | 1647 | ||
1648 | To complicate the problem, there are things that should not be included | 1648 | To complicate the problem, there are things that should not be included |
1649 | in the checksum. First, there is the actual specific build path of a | 1649 | in the checksum. First, there is the actual specific build path of a |
1650 | given task - the :term:`WORKDIR`. It | 1650 | given task --- the :term:`WORKDIR`. It |
1651 | does not matter if the work directory changes because it should not | 1651 | does not matter if the work directory changes because it should not |
1652 | affect the output for target packages. Also, the build process has the | 1652 | affect the output for target packages. Also, the build process has the |
1653 | objective of making native or cross packages relocatable. | 1653 | objective of making native or cross packages relocatable. |
@@ -1706,7 +1706,7 @@ need to fix this situation. | |||
1706 | Thus far, this section has limited discussion to the direct inputs into | 1706 | Thus far, this section has limited discussion to the direct inputs into |
1707 | a task. Information based on direct inputs is referred to as the | 1707 | a 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 |
1709 | inputs still exits - items already built and present in the | 1709 | inputs still exits --- items already built and present in the |
1710 | :term:`Build Directory`. The checksum (or | 1710 | :term:`Build Directory`. The checksum (or |
1711 | signature) for a particular task needs to add the hashes of all the | 1711 | signature) for a particular task needs to add the hashes of all the |
1712 | tasks on which the particular task depends. Choosing which dependencies | 1712 | tasks 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 | |||
52 | using the Yocto Project. Because the goal of the Yocto Project is to | 52 | using the Yocto Project. Because the goal of the Yocto Project is to |
53 | develop images or applications that run on embedded hardware, | 53 | develop images or applications that run on embedded hardware, |
54 | development of those images and applications generally takes place on a | 54 | development of those images and applications generally takes place on a |
55 | system not intended to run the software - the development host. | 55 | system not intended to run the software --- the development host. |
56 | 56 | ||
57 | You need to set up a development host in order to use it with the Yocto | 57 | You need to set up a development host in order to use it with the Yocto |
58 | Project. Most find that it is best to have a native Linux machine | 58 | Project. 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 |