ref-manual: Updated the SOURCE_MIRROR_FETCH variable description.

Did a significant re-write on this description as I had the
meaning pretty far off.

(From yocto-docs rev: 6bcc63ac83f0aeb3d3d06db33c7a8f010c737312)

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-02-10 12:43:29 -08:00 committed by Richard Purdie
parent 022f5af654
commit 32f6b13293
1 changed files with 14 additions and 14 deletions

View File

@ -9597,26 +9597,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</info> </info>
<glossdef> <glossdef>
<para> <para>
When you are creating a source mirror, setting When you are fetching files to create a mirror of sources
(i.e. creating a source mirror), setting
<filename>SOURCE_MIRROR_FETCH</filename> to "1" in your <filename>SOURCE_MIRROR_FETCH</filename> to "1" in your
<filename>local.conf</filename> configuration file ensures <filename>local.conf</filename> configuration file ensures
the source for all recipes are fetched regardless of the source for all recipes are fetched regardless of
whether or not source is marked for exclusion. whether or not a recipe is compatible with the
<note> configuration.
When source files are incompatible with the currently A recipe is considered incompatible with the currently
configured configured machine when either or both the
<link linkend='var-MACHINE'><filename>MACHINE</filename></link> <link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link>
via the variable and
<link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link> <link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link>
variable and via the variables specify compatibility with a machine other
<link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link> than that of the current machine or host.
variable, they are marked for exclusion.
</note>
<note><title>Warning</title> <note><title>Warning</title>
Do not set the Do not set the
<filename>SOURCE_MIRROR_FETCH</filename> variable <filename>SOURCE_MIRROR_FETCH</filename> variable
during a normal build. unless you are creating a source mirror.
In other words, do not set the variable during a
normal build.
</note> </note>
</para> </para>
</glossdef> </glossdef>