diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-29 15:17:52 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
| commit | 44d0532c8930d4c9bcdefebb15837acf1fd839d4 (patch) | |
| tree | 0b355b250994a53aa57c0327c5e9b1da9b0ba277 /documentation/dev-manual | |
| parent | 5480a85f016474371fe249b58e48b4de1971296b (diff) | |
| download | poky-44d0532c8930d4c9bcdefebb15837acf1fd839d4.tar.gz | |
manuals: Fix typos and spacing
Fix double words, punctuation spacing issues, spacing issues,
"its" instead of "it's", and other trivial issues.
(From yocto-docs rev: 56eb1f340a7af112e62c1d8ad02d4bec0ad88313)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/common-tasks.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index faa5efeb52..e5a90e15df 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
| @@ -2065,7 +2065,7 @@ A subset of the files installed by the | |||
| 2065 | :ref:`ref-tasks-install` task are | 2065 | :ref:`ref-tasks-install` task are |
| 2066 | used by the | 2066 | used by the |
| 2067 | :ref:`ref-tasks-populate_sysroot` | 2067 | :ref:`ref-tasks-populate_sysroot` |
| 2068 | task as defined by the the | 2068 | task as defined by the |
| 2069 | :term:`SYSROOT_DIRS` variable to | 2069 | :term:`SYSROOT_DIRS` variable to |
| 2070 | automatically populate the sysroot. It is possible to modify the list of | 2070 | automatically populate the sysroot. It is possible to modify the list of |
| 2071 | directories that populate the sysroot. The following example shows how | 2071 | directories that populate the sysroot. The following example shows how |
| @@ -4591,7 +4591,7 @@ directory: | |||
| 4591 | section. | 4591 | section. |
| 4592 | 4592 | ||
| 4593 | 3. Once you have the correct source revisions, you can modify | 4593 | 3. Once you have the correct source revisions, you can modify |
| 4594 | those recipes to to set ``SRCREV`` to specific versions of the | 4594 | those recipes to set ``SRCREV`` to specific versions of the |
| 4595 | software. | 4595 | software. |
| 4596 | 4596 | ||
| 4597 | Speeding Up a Build | 4597 | Speeding Up a Build |
| @@ -6599,7 +6599,7 @@ Quality <#maintaining-build-output-quality>`__" section. | |||
| 6599 | 6599 | ||
| 6600 | The OpenEmbedded build system does not maintain ``PR`` information as | 6600 | The OpenEmbedded build system does not maintain ``PR`` information as |
| 6601 | part of the shared state (sstate) packages. If you maintain an sstate | 6601 | part of the shared state (sstate) packages. If you maintain an sstate |
| 6602 | feed, its expected that either all your building systems that | 6602 | feed, it's expected that either all your building systems that |
| 6603 | contribute to the sstate feed use a shared PR Service, or you do not | 6603 | contribute to the sstate feed use a shared PR Service, or you do not |
| 6604 | run a PR Service on any of your building systems. Having some systems | 6604 | run a PR Service on any of your building systems. Having some systems |
| 6605 | use a PR Service while others do not leads to obvious problems. | 6605 | use a PR Service while others do not leads to obvious problems. |
| @@ -7070,7 +7070,7 @@ runtime package management of RPM packages. In order to use DNF for | |||
| 7070 | runtime package management, you must perform an initial setup on the | 7070 | runtime package management, you must perform an initial setup on the |
| 7071 | target machine for cases where the ``PACKAGE_FEED_*`` variables were not | 7071 | target machine for cases where the ``PACKAGE_FEED_*`` variables were not |
| 7072 | set as part of the image that is running on the target. This means if | 7072 | set as part of the image that is running on the target. This means if |
| 7073 | you built your image and did not not use these variables as part of the | 7073 | you built your image and did not use these variables as part of the |
| 7074 | build and your image is now running on the target, you need to perform | 7074 | build and your image is now running on the target, you need to perform |
| 7075 | the steps in this section if you want to use runtime package management. | 7075 | the steps in this section if you want to use runtime package management. |
| 7076 | 7076 | ||
