From e0dbcbf056578552cf6e4f3fa04e572467da5d8c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Jan 2015 13:18:25 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 13 ++++++++----- 1 file 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 @@ - Specifies the prefix for the cross-comile toolchain. + Specifies the prefix for the cross-compile toolchain. HOST_PREFIX is normally the same as TARGET_PREFIX. @@ -9493,13 +9493,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOURCE_MIRROR_FETCH - 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." - Switch marking build as source fetcher. - This variable is used to skip - COMPATIBLE_* checking. + Setting this variable within a source mirror generation + script causes the OpenEmbedded build system to skip + COMPATIBLE_MACHINE + and + COMPATIBLE_HOST + checks.