diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-21 13:18:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:53 +0000 |
commit | e0dbcbf056578552cf6e4f3fa04e572467da5d8c (patch) | |
tree | 1ca2ef807f198a540a2e1ab3b43991bccebb12f6 | |
parent | 44ddc355ef25a7bf1c0ababab9f22db7e20ddb04 (diff) | |
download | ast2050-yocto-poky-e0dbcbf056578552cf6e4f3fa04e572467da5d8c.zip ast2050-yocto-poky-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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2497c7d..091e0b7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -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> |