summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-19 14:41:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitd09132d13036444bb48caac78bc942e28104ee02 (patch)
tree85c08483a626169cb7f7579a08cd06ec6ce13cbe /documentation/dev-manual
parent43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/dev-manual/start.rst4
2 files changed, 3 insertions, 3 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
2124sysroot is able to remain free from stale files. 2124sysroot is able to remain free from stale files.
2125 2125
2126A subset of the files installed by the :ref:`ref-tasks-install` task are 2126A subset of the files installed by the :ref:`ref-tasks-install` task are
2127used by the :ref:`ref-tasks-populate_sysroot` task as defined by the the 2127used 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
2129is possible to modify the list of directories that populate the sysroot. 2129is possible to modify the list of directories that populate the sysroot.
2130The following example shows how you could add the ``/opt`` directory to 2130The 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
4996. *Optimize your WSLv2 storage often:* Due to the way storage is 4996. *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