summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNaoki Hayama <naoki.hayama@lineo.co.jp>2020-10-12 14:44:15 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:01 +0000
commit76eba84fa72428c076eaa535d6bca6732a9e5353 (patch)
tree526708c57c95ae29c2e03a5ed463da5247ffe7d2 /documentation
parent08f1051ead658a2c547e32565cef8779f13c1ade (diff)
downloadpoky-76eba84fa72428c076eaa535d6bca6732a9e5353.tar.gz
dev/test/ref-manual: Fix typos
Fix some typos. s/necesary/necessary/ s/overriden/overridden/ (From yocto-docs rev: 31f64af42474cbf965f9c9c216ad44939d9f498b) Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f4ce6ae80b1d96f9b8bead013642aeda0c776182) 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/dev-manual/dev-manual-common-tasks.rst2
-rw-r--r--documentation/ref-manual/ref-variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index bef8bf840f..43fe972ef4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -9477,7 +9477,7 @@ been parsed. The variables include those from the configuration as well:
9477 9477
9478In the output of ``bitbake -e``, each variable is preceded by a 9478In the output of ``bitbake -e``, each variable is preceded by a
9479description of how the variable got its value, including temporary 9479description of how the variable got its value, including temporary
9480values that were later overriden. This description also includes 9480values that were later overridden. This description also includes
9481variable flags (varflags) set on the variable. The output can be very 9481variable flags (varflags) set on the variable. The output can be very
9482helpful during debugging. 9482helpful during debugging.
9483 9483
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index b7bb455800..880e76a0ed 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -4601,7 +4601,7 @@ system and gives an overview of their function and contents.
4601 MACHINEOVERRIDES =. "qemuall:" 4601 MACHINEOVERRIDES =. "qemuall:"
4602 4602
4603 This 4603 This
4604 override allows variables to be overriden for all machines emulated 4604 override allows variables to be overridden for all machines emulated
4605 in QEMU, like in the following example from the ``connman-conf`` 4605 in QEMU, like in the following example from the ``connman-conf``
4606 recipe: 4606 recipe:
4607 :: 4607 ::