summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-10-05 20:37:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:01 +0000
commitec92701ee584d7a4cc1e697ff25323c6cef4343e (patch)
treeb312af889ba4cf08c7d07cd85880bcbd12bbf4b7 /documentation
parent755ff8dcaaa5dfa9e512c977c969693fc38a44be (diff)
downloadpoky-ec92701ee584d7a4cc1e697ff25323c6cef4343e.tar.gz
docs: ref-manual: fix typos
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (From yocto-docs rev: 2d5206044db1885e8625721e1e48579d80b95852) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f21e92f74c8357b23fd4059af6815fbba9487147) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration-1.4.rst2
-rw-r--r--documentation/ref-manual/migration-2.3.rst2
-rw-r--r--documentation/ref-manual/migration-3.1.rst2
-rw-r--r--documentation/ref-manual/ref-classes.rst4
-rw-r--r--documentation/ref-manual/ref-system-requirements.rst2
-rw-r--r--documentation/ref-manual/ref-tasks.rst10
-rw-r--r--documentation/ref-manual/ref-terms.rst2
-rw-r--r--documentation/ref-manual/ref-variables.rst2
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
12Differences include the following: 12Differences 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
182An example of the new scheme: :: 182An 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
187Another example where the sources are fetched from git rather than an npm repository: :: 187Another 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 564005b161..f8f66e2eff 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.
1389The address where the device tree is to be loaded by U-boot is 1389The address where the device tree is to be loaded by U-boot is
1390specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays 1390specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays
1391and by `:term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. 1391and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries.
1392 1392
1393Only a single RAM disk can be added to the FIT image created by 1393Only 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.
@@ -2255,7 +2255,7 @@ The root filesystem is created from packages using one of the
2255:term:`PACKAGE_CLASSES` variable. 2255:term:`PACKAGE_CLASSES` variable.
2256 2256
2257For information on how root filesystem images are created, see the 2257For information on how root filesystem images are created, see the
2258:ref:`image-generation-dev-environment`" 2258":ref:`image-generation-dev-environment`"
2259section in the Yocto Project Overview and Concepts Manual. 2259section in the Yocto Project Overview and Concepts Manual.
2260 2260
2261.. _ref-classes-sanity: 2261.. _ref-classes-sanity:
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index 4c4677becc..c5d2c2a699 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -243,7 +243,7 @@ supported CentOS-8 Linux distribution:
243 Yocto Project documentation manuals: 243 Yocto Project documentation manuals:
244 :: 244 ::
245 245
246 $ sudo dnf install docbook-style-dsssl docbook-style-xsl \\ 246 $ sudo dnf install docbook-style-dsssl docbook-style-xsl \
247 docbook-dtds docbook-utils fop libxslt dblatex xmlto 247 docbook-dtds docbook-utils fop libxslt dblatex xmlto
248 248
249Required Git, tar, Python and gcc Versions 249Required Git, tar, Python and gcc Versions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst
index ae56813016..4ed15365f3 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
326file as a patch file: 326file 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
334Conversely, if you have a directory full of patch files and you want to 334Conversely, 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
538target. Essentially, the ``do_cleansstate`` task is identical to the 538target. 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
540shared state (`:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`) 540shared state (:ref:`sstate <overview-manual/overview-manual-concepts:shared state cache>`)
541cache. 541cache.
542 542
543You can run this task using BitBake as follows: 543You 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
596Creates or updates the index in the `:ref:`package-feeds-dev-environment` area. 596Creates 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 410fe9042b..60ee1d819b 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -4514,7 +4514,7 @@ system and gives an overview of their function and contents.
4514 recipe: 4514 recipe:
4515 :: 4515 ::
4516 4516
4517 SRC_URI_append_qemuall = "file://wired.config \ 4517 SRC_URI_append_qemuall = " file://wired.config \
4518 file://wired-setup \ 4518 file://wired-setup \
4519 " 4519 "
4520 4520