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.