diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-19 14:41:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | d09132d13036444bb48caac78bc942e28104ee02 (patch) | |
tree | 85c08483a626169cb7f7579a08cd06ec6ce13cbe | |
parent | 43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 (diff) | |
download | poky-d09132d13036444bb48caac78bc942e28104ee02.tar.gz |
manuals: fix misc typos
(From yocto-docs rev: 988efd0d1663e4369043c5b53d7e1dcd9e54d3cd)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/dev-manual/start.rst | 4 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.0.4.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 0d4e814f66..53e7686633 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -2124,7 +2124,7 @@ removed later when a recipe is either modified or removed. Thus, the | |||
2124 | sysroot is able to remain free from stale files. | 2124 | sysroot is able to remain free from stale files. |
2125 | 2125 | ||
2126 | A subset of the files installed by the :ref:`ref-tasks-install` task are | 2126 | A subset of the files installed by the :ref:`ref-tasks-install` task are |
2127 | used by the :ref:`ref-tasks-populate_sysroot` task as defined by the the | 2127 | used by the :ref:`ref-tasks-populate_sysroot` task as defined by the |
2128 | :term:`SYSROOT_DIRS` variable to automatically populate the sysroot. It | 2128 | :term:`SYSROOT_DIRS` variable to automatically populate the sysroot. It |
2129 | is possible to modify the list of directories that populate the sysroot. | 2129 | is possible to modify the list of directories that populate the sysroot. |
2130 | The following example shows how you could add the ``/opt`` directory to | 2130 | The following example shows how you could add the ``/opt`` directory to |
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 499c3f8394..6816ce5846 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -497,8 +497,8 @@ your Yocto Project build host: | |||
497 | launch your WSL distribution just like any other application. | 497 | launch your WSL distribution just like any other application. |
498 | 498 | ||
499 | 6. *Optimize your WSLv2 storage often:* Due to the way storage is | 499 | 6. *Optimize your WSLv2 storage often:* Due to the way storage is |
500 | handled on WSLv2, the storage space used by the undelying Linux | 500 | handled on WSLv2, the storage space used by the underlying Linux |
501 | distribution is not reflected immedately, and since BitBake heavily | 501 | distribution is not reflected immediately, and since BitBake heavily |
502 | uses storage, after several builds, you may be unaware you are | 502 | uses storage, after several builds, you may be unaware you are |
503 | running out of space. WSLv2 uses a VHDX file for storage, this issue | 503 | running out of space. WSLv2 uses a VHDX file for storage, this issue |
504 | can be easily avoided by manually optimizing this file often, this | 504 | can be easily avoided by manually optimizing this file often, this |
diff --git a/documentation/migration-guides/release-notes-4.0.4.rst b/documentation/migration-guides/release-notes-4.0.4.rst index c615b83186..43f92cae84 100644 --- a/documentation/migration-guides/release-notes-4.0.4.rst +++ b/documentation/migration-guides/release-notes-4.0.4.rst | |||
@@ -95,7 +95,7 @@ Fixes in Yocto-4.0.4 | |||
95 | - linux-yocto/5.15: update genericx86* machines to v5.15.59 | 95 | - linux-yocto/5.15: update genericx86* machines to v5.15.59 |
96 | - linux-yocto/5.15: update to v5.15.62 | 96 | - linux-yocto/5.15: update to v5.15.62 |
97 | - linux-yocto: Fix COMPATIBLE_MACHINE regex match | 97 | - linux-yocto: Fix COMPATIBLE_MACHINE regex match |
98 | - linux-yocto: prepend the the value with a space when append to KERNEL_EXTRA_ARGS | 98 | - linux-yocto: prepend the value with a space when append to KERNEL_EXTRA_ARGS |
99 | - lttng-modules: fix 5.19+ build | 99 | - lttng-modules: fix 5.19+ build |
100 | - lttng-modules: fix build against mips and v5.19 kernel | 100 | - lttng-modules: fix build against mips and v5.19 kernel |
101 | - lttng-modules: fix build for kernel 5.10.137 | 101 | - lttng-modules: fix build for kernel 5.10.137 |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index a978e2cd7d..75eb872b32 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1431,7 +1431,7 @@ toolchain construction and use. | |||
1431 | :width: 100% | 1431 | :width: 100% |
1432 | 1432 | ||
1433 | Most of the work occurs on the Build Host. This is the machine used to | 1433 | Most of the work occurs on the Build Host. This is the machine used to |
1434 | build images and generally work within the the Yocto Project | 1434 | build images and generally work within the Yocto Project |
1435 | environment. When you run | 1435 | environment. When you run |
1436 | :term:`BitBake` to create an image, the | 1436 | :term:`BitBake` to create an image, the |
1437 | OpenEmbedded build system uses the host ``gcc`` compiler to bootstrap a | 1437 | OpenEmbedded build system uses the host ``gcc`` compiler to bootstrap a |
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 21b50f94bd..cd5a51695b 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1335,7 +1335,7 @@ device trees, a U-boot script, a Initramfs bundle and a RAM disk | |||
1335 | into a single FIT image. In theory, a FIT image can support any number | 1335 | into a single FIT image. In theory, a FIT image can support any number |
1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. | 1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. |
1337 | However, ``kernel-fitimage`` currently only supports | 1337 | However, ``kernel-fitimage`` currently only supports |
1338 | limited usescases: just one kernel image, an optional U-boot script, | 1338 | limited usecases: just one kernel image, an optional U-boot script, |
1339 | an optional Initramfs bundle, an optional RAM disk, and any number of | 1339 | an optional Initramfs bundle, an optional RAM disk, and any number of |
1340 | device tree. | 1340 | device tree. |
1341 | 1341 | ||