diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:25 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
| commit | f27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f (patch) | |
| tree | 8b03401b58f2aecf60a256076d19e14adb78b059 | |
| parent | 7db69417c182d3a59699671ee4d059f8d4faf356 (diff) | |
| download | poky-f27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f.tar.gz | |
docs: ref-manual: fix typos
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: f21e92f74c8357b23fd4059af6815fbba9487147)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/migration-1.4.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/migration-2.3.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/migration-3.1.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-classes.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-system-requirements.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-tasks.rst | 10 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-terms.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.rst | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/documentation/ref-manual/migration-1.4.rst b/documentation/ref-manual/migration-1.4.rst index 231fc95dac..daaea0ffa2 100644 --- a/documentation/ref-manual/migration-1.4.rst +++ b/documentation/ref-manual/migration-1.4.rst | |||
| @@ -12,7 +12,7 @@ BitBake | |||
| 12 | Differences include the following: | 12 | Differences include the following: |
| 13 | 13 | ||
| 14 | - *Comment Continuation:* If a comment ends with a line continuation | 14 | - *Comment Continuation:* If a comment ends with a line continuation |
| 15 | (\) character, then the next line must also be a comment. Any | 15 | (\\) character, then the next line must also be a comment. Any |
| 16 | instance where this is not the case, now triggers a warning. You must | 16 | instance where this is not the case, now triggers a warning. You must |
| 17 | either remove the continuation character, or be sure the next line is | 17 | either remove the continuation character, or be sure the next line is |
| 18 | a comment. | 18 | a comment. |
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst index 60e4b2e453..25c5e0f144 100644 --- a/documentation/ref-manual/migration-2.3.rst +++ b/documentation/ref-manual/migration-2.3.rst | |||
| @@ -481,7 +481,7 @@ The following miscellaneous changes have occurred: | |||
| 481 | following: | 481 | following: |
| 482 | :: | 482 | :: |
| 483 | 483 | ||
| 484 | KERNEL_MODULE_PACKAGE_SUFFIX to "" | 484 | KERNEL_MODULE_PACKAGE_SUFFIX = "" |
| 485 | 485 | ||
| 486 | - Removal of ``libtool`` ``*.la`` files is now enabled by default. The | 486 | - Removal of ``libtool`` ``*.la`` files is now enabled by default. The |
| 487 | ``*.la`` files are not actually needed on Linux and relocating them | 487 | ``*.la`` files are not actually needed on Linux and relocating them |
diff --git a/documentation/ref-manual/migration-3.1.rst b/documentation/ref-manual/migration-3.1.rst index 92c8c77613..4fcd2490d3 100644 --- a/documentation/ref-manual/migration-3.1.rst +++ b/documentation/ref-manual/migration-3.1.rst | |||
| @@ -181,7 +181,7 @@ to be changed as a result. | |||
| 181 | 181 | ||
| 182 | An example of the new scheme: :: | 182 | An example of the new scheme: :: |
| 183 | 183 | ||
| 184 | SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \\ | 184 | SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \ |
| 185 | npmsw://${THISDIR}/npm-shrinkwrap.json" | 185 | npmsw://${THISDIR}/npm-shrinkwrap.json" |
| 186 | 186 | ||
| 187 | Another example where the sources are fetched from git rather than an npm repository: :: | 187 | Another example where the sources are fetched from git rather than an npm repository: :: |
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst index 21c7aab118..3c81c1a411 100644 --- a/documentation/ref-manual/ref-classes.rst +++ b/documentation/ref-manual/ref-classes.rst | |||
| @@ -1388,7 +1388,7 @@ Multiple device trees can be added to the FIT image created by | |||
| 1388 | ``kernel-fitimage`` and the device tree is optional. | 1388 | ``kernel-fitimage`` and the device tree is optional. |
| 1389 | The address where the device tree is to be loaded by U-boot is | 1389 | The address where the device tree is to be loaded by U-boot is |
| 1390 | specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays | 1390 | specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays |
| 1391 | and by `:term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. | 1391 | and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. |
| 1392 | 1392 | ||
| 1393 | Only a single RAM disk can be added to the FIT image created by | 1393 | Only a single RAM disk can be added to the FIT image created by |
| 1394 | ``kernel-fitimage`` and the RAM disk in FIT is optional. | 1394 | ``kernel-fitimage`` and the RAM disk in FIT is optional. |
| @@ -2257,7 +2257,7 @@ The root filesystem is created from packages using one of the | |||
| 2257 | :term:`PACKAGE_CLASSES` variable. | 2257 | :term:`PACKAGE_CLASSES` variable. |
| 2258 | 2258 | ||
| 2259 | For information on how root filesystem images are created, see the | 2259 | For information on how root filesystem images are created, see the |
| 2260 | :ref:`image-generation-dev-environment`" | 2260 | ":ref:`image-generation-dev-environment`" |
| 2261 | section in the Yocto Project Overview and Concepts Manual. | 2261 | section in the Yocto Project Overview and Concepts Manual. |
| 2262 | 2262 | ||
| 2263 | .. _ref-classes-sanity: | 2263 | .. _ref-classes-sanity: |
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst index 9f5db26d4d..403b486b34 100644 --- a/documentation/ref-manual/ref-system-requirements.rst +++ b/documentation/ref-manual/ref-system-requirements.rst | |||
| @@ -239,7 +239,7 @@ supported CentOS-8 Linux distribution: | |||
| 239 | Yocto Project documentation manuals: | 239 | Yocto Project documentation manuals: |
| 240 | :: | 240 | :: |
| 241 | 241 | ||
| 242 | $ sudo dnf install docbook-style-dsssl docbook-style-xsl \\ | 242 | $ sudo dnf install docbook-style-dsssl docbook-style-xsl \ |
| 243 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 243 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
| 244 | 244 | ||
| 245 | Required Git, tar, Python and gcc Versions | 245 | Required Git, tar, Python and gcc Versions |
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 12320b7ef9..9ef014139c 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst | |||
| @@ -326,9 +326,9 @@ As mentioned earlier, the build system treats files whose file types are | |||
| 326 | file as a patch file: | 326 | file as a patch file: |
| 327 | :: | 327 | :: |
| 328 | 328 | ||
| 329 | SRC_URI = " \\ | 329 | SRC_URI = " \ |
| 330 | git://path_to_repo/some_package \\ | 330 | git://path_to_repo/some_package \ |
| 331 | file://file;apply=yes \\ | 331 | file://file;apply=yes \ |
| 332 | " | 332 | " |
| 333 | 333 | ||
| 334 | Conversely, if you have a directory full of patch files and you want to | 334 | Conversely, if you have a directory full of patch files and you want to |
| @@ -537,7 +537,7 @@ Removes all output files and shared state | |||
| 537 | (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) cache for a | 537 | (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) cache for a |
| 538 | target. Essentially, the ``do_cleansstate`` task is identical to the | 538 | target. Essentially, the ``do_cleansstate`` task is identical to the |
| 539 | :ref:`ref-tasks-clean` task with the added removal of | 539 | :ref:`ref-tasks-clean` task with the added removal of |
| 540 | shared state (`:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) | 540 | shared state (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) |
| 541 | cache. | 541 | cache. |
| 542 | 542 | ||
| 543 | You can run this task using BitBake as follows: | 543 | You can run this task using BitBake as follows: |
| @@ -593,7 +593,7 @@ Lists all defined tasks for a target. | |||
| 593 | ``do_package_index`` | 593 | ``do_package_index`` |
| 594 | -------------------- | 594 | -------------------- |
| 595 | 595 | ||
| 596 | Creates or updates the index in the `:ref:`package-feeds-dev-environment` area. | 596 | Creates or updates the index in the :ref:`package-feeds-dev-environment` area. |
| 597 | 597 | ||
| 598 | .. note:: | 598 | .. note:: |
| 599 | 599 | ||
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst index 24d0fe6e42..bd8df149e6 100644 --- a/documentation/ref-manual/ref-terms.rst +++ b/documentation/ref-manual/ref-terms.rst | |||
| @@ -45,7 +45,7 @@ universal, the list includes them just in case: | |||
| 45 | 45 | ||
| 46 | .. note:: | 46 | .. note:: |
| 47 | 47 | ||
| 48 | The use of the " % " character is limited in that it only works | 48 | The use of the "%" character is limited in that it only works |
| 49 | directly in front of the .bbappend portion of the append file's | 49 | directly in front of the .bbappend portion of the append file's |
| 50 | name. You cannot use the wildcard character in any other location of | 50 | name. You cannot use the wildcard character in any other location of |
| 51 | the name. | 51 | the name. |
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index b271d97c15..c02364d08a 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
| @@ -4573,7 +4573,7 @@ system and gives an overview of their function and contents. | |||
| 4573 | recipe: | 4573 | recipe: |
| 4574 | :: | 4574 | :: |
| 4575 | 4575 | ||
| 4576 | SRC_URI_append_qemuall = "file://wired.config \ | 4576 | SRC_URI_append_qemuall = " file://wired.config \ |
| 4577 | file://wired-setup \ | 4577 | file://wired-setup \ |
| 4578 | " | 4578 | " |
| 4579 | 4579 | ||
