From 32f6b1329393f201c9f7ee34bb880258f31d0704 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 12:43:29 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 +++++++++++----------- 1 file 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" - 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 SOURCE_MIRROR_FETCH to "1" in your local.conf configuration file ensures the source for all recipes are fetched regardless of - whether or not source is marked for exclusion. - - When source files are incompatible with the currently - configured - MACHINE - via the - COMPATIBLE_MACHINE - variable and via the - COMPATIBLE_HOST - variable, they are marked for exclusion. - - + whether or not a recipe is compatible with the + configuration. + A recipe is considered incompatible with the currently + configured machine when either or both the + COMPATIBLE_MACHINE + variable and + COMPATIBLE_HOST + variables specify compatibility with a machine other + than that of the current machine or host. Warning Do not set the SOURCE_MIRROR_FETCH variable - during a normal build. + unless you are creating a source mirror. + In other words, do not set the variable during a + normal build.