ref-manual: Edits to SOURCE_MIRROR_FETCH variable and typo fix

Updated the description for the SOURCE_MIRROR_FETCH variable
so that it actually made sense.  The [doc] string was also
updated.

Found a typo elsewhere that was fixed when I spell-checked the
file.

(From yocto-docs rev: 609f09231815f80ea3fd800e0b5d9a4fbad110cc)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-01-21 13:18:25 -08:00 committed by Richard Purdie
parent 44ddc355ef
commit e0dbcbf056
1 changed files with 8 additions and 5 deletions

View File

@ -4030,7 +4030,7 @@
</info>
<glossdef>
<para>
Specifies the prefix for the cross-comile toolchain.
Specifies the prefix for the cross-compile toolchain.
<filename>HOST_PREFIX</filename> is normally the same as
<link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>.
</para>
@ -9493,13 +9493,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm>
<info>
SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking."
SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks."
</info>
<glossdef>
<para>
Switch marking build as source fetcher.
This variable is used to skip
<filename>COMPATIBLE_*</filename> checking.
Setting this variable within a source mirror generation
script causes the OpenEmbedded build system to skip
<link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link>
and
<link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link>
checks.
</para>
</glossdef>
</glossentry>