mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
08f1051ead
commit
76eba84fa7
@@ -9477,7 +9477,7 @@ been parsed. The variables include those from the configuration as well:
|
|||||||
|
|
||||||
In the output of ``bitbake -e``, each variable is preceded by a
|
In the output of ``bitbake -e``, each variable is preceded by a
|
||||||
description of how the variable got its value, including temporary
|
description of how the variable got its value, including temporary
|
||||||
values that were later overriden. This description also includes
|
values that were later overridden. This description also includes
|
||||||
variable flags (varflags) set on the variable. The output can be very
|
variable flags (varflags) set on the variable. The output can be very
|
||||||
helpful during debugging.
|
helpful during debugging.
|
||||||
|
|
||||||
|
|||||||
@@ -4601,7 +4601,7 @@ system and gives an overview of their function and contents.
|
|||||||
MACHINEOVERRIDES =. "qemuall:"
|
MACHINEOVERRIDES =. "qemuall:"
|
||||||
|
|
||||||
This
|
This
|
||||||
override allows variables to be overriden for all machines emulated
|
override allows variables to be overridden for all machines emulated
|
||||||
in QEMU, like in the following example from the ``connman-conf``
|
in QEMU, like in the following example from the ``connman-conf``
|
||||||
recipe:
|
recipe:
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user