diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-10 12:43:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:00 +0000 |
commit | 32f6b1329393f201c9f7ee34bb880258f31d0704 (patch) | |
tree | 119899d9c9085c61f9d9d03e9f987c8c279244ce /documentation | |
parent | 022f5af6548654114dfd60d67cf0ee8fb802e6f4 (diff) | |
download | poky-32f6b1329393f201c9f7ee34bb880258f31d0704.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ca926db1b2..55bbc2bcd4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9597,26 +9597,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9597 | </info> | 9597 | </info> |
9598 | <glossdef> | 9598 | <glossdef> |
9599 | <para> | 9599 | <para> |
9600 | When you are creating a source mirror, setting | 9600 | When you are fetching files to create a mirror of sources |
9601 | (i.e. creating a source mirror), setting | ||
9601 | <filename>SOURCE_MIRROR_FETCH</filename> to "1" in your | 9602 | <filename>SOURCE_MIRROR_FETCH</filename> to "1" in your |
9602 | <filename>local.conf</filename> configuration file ensures | 9603 | <filename>local.conf</filename> configuration file ensures |
9603 | the source for all recipes are fetched regardless of | 9604 | the source for all recipes are fetched regardless of |
9604 | whether or not source is marked for exclusion. | 9605 | whether or not a recipe is compatible with the |
9605 | <note> | 9606 | configuration. |
9606 | When source files are incompatible with the currently | 9607 | A recipe is considered incompatible with the currently |
9607 | configured | 9608 | configured machine when either or both the |
9608 | <link linkend='var-MACHINE'><filename>MACHINE</filename></link> | 9609 | <link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link> |
9609 | via the | 9610 | variable and |
9610 | <link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link> | 9611 | <link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link> |
9611 | variable and via the | 9612 | variables specify compatibility with a machine other |
9612 | <link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link> | 9613 | than that of the current machine or host. |
9613 | variable, they are marked for exclusion. | ||
9614 | </note> | ||
9615 | |||
9616 | <note><title>Warning</title> | 9614 | <note><title>Warning</title> |
9617 | Do not set the | 9615 | Do not set the |
9618 | <filename>SOURCE_MIRROR_FETCH</filename> variable | 9616 | <filename>SOURCE_MIRROR_FETCH</filename> variable |
9619 | during a normal build. | 9617 | unless you are creating a source mirror. |
9618 | In other words, do not set the variable during a | ||
9619 | normal build. | ||
9620 | </note> | 9620 | </note> |
9621 | </para> | 9621 | </para> |
9622 | </glossdef> | 9622 | </glossdef> |