summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-21 13:18:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:53 +0000
commite0dbcbf056578552cf6e4f3fa04e572467da5d8c (patch)
tree1ca2ef807f198a540a2e1ab3b43991bccebb12f6 /documentation/ref-manual
parent44ddc355ef25a7bf1c0ababab9f22db7e20ddb04 (diff)
downloadpoky-e0dbcbf056578552cf6e4f3fa04e572467da5d8c.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2497c7d109..091e0b742e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4030,7 +4030,7 @@
4030 </info> 4030 </info>
4031 <glossdef> 4031 <glossdef>
4032 <para> 4032 <para>
4033 Specifies the prefix for the cross-comile toolchain. 4033 Specifies the prefix for the cross-compile toolchain.
4034 <filename>HOST_PREFIX</filename> is normally the same as 4034 <filename>HOST_PREFIX</filename> is normally the same as
4035 <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. 4035 <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>.
4036 </para> 4036 </para>
@@ -9493,13 +9493,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9493 9493
9494 <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm> 9494 <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm>
9495 <info> 9495 <info>
9496 SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking." 9496 SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks."
9497 </info> 9497 </info>
9498 <glossdef> 9498 <glossdef>
9499 <para> 9499 <para>
9500 Switch marking build as source fetcher. 9500 Setting this variable within a source mirror generation
9501 This variable is used to skip 9501 script causes the OpenEmbedded build system to skip
9502 <filename>COMPATIBLE_*</filename> checking. 9502 <link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link>
9503 and
9504 <link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link>
9505 checks.
9503 </para> 9506 </para>
9504 </glossdef> 9507 </glossdef>
9505 </glossentry> 9508 </glossentry>