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 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 | ||
559 | Local projects are custom bits of software the user provides. These bits | 559 | Local projects are custom bits of software the user provides. These bits |
560 | reside somewhere local to a project - perhaps a directory into which the | 560 | reside somewhere local to a project --- perhaps a directory into which the |
561 | user checks in items (e.g. a local directory containing a development | 561 | user checks in items (e.g. a local directory containing a development |
562 | source tree used by the group). | 562 | source tree used by the group). |
563 | 563 | ||
@@ -1641,7 +1641,7 @@ you a good idea of when the task's data changes. | |||
1641 | 1641 | ||
1642 | To complicate the problem, there are things that should not be included | 1642 | To complicate the problem, there are things that should not be included |
1643 | in the checksum. First, there is the actual specific build path of a | 1643 | in the checksum. First, there is the actual specific build path of a |
1644 | given task - the :term:`WORKDIR`. It | 1644 | given task --- the :term:`WORKDIR`. It |
1645 | does not matter if the work directory changes because it should not | 1645 | does not matter if the work directory changes because it should not |
1646 | affect the output for target packages. Also, the build process has the | 1646 | affect the output for target packages. Also, the build process has the |
1647 | objective of making native or cross packages relocatable. | 1647 | objective of making native or cross packages relocatable. |
@@ -1700,7 +1700,7 @@ need to fix this situation. | |||
1700 | Thus far, this section has limited discussion to the direct inputs into | 1700 | Thus far, this section has limited discussion to the direct inputs into |
1701 | a task. Information based on direct inputs is referred to as the | 1701 | a 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 |
1703 | inputs still exits - items already built and present in the | 1703 | inputs still exits --- items already built and present in the |
1704 | :term:`Build Directory`. The checksum (or | 1704 | :term:`Build Directory`. The checksum (or |
1705 | signature) for a particular task needs to add the hashes of all the | 1705 | signature) for a particular task needs to add the hashes of all the |
1706 | tasks on which the particular task depends. Choosing which dependencies | 1706 | 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 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 | |||
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 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 |