diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 13 |
1 files 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 @@ | |||
4030 | </info> | 4030 | </info> |
4031 | <glossdef> | 4031 | <glossdef> |
4032 | <para> | 4032 | <para> |
4033 | Specifies the prefix for the cross-comile toolchain. | 4033 | Specifies the prefix for the cross-compile toolchain. |
4034 | <filename>HOST_PREFIX</filename> is normally the same as | 4034 | <filename>HOST_PREFIX</filename> is normally the same as |
4035 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. | 4035 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. |
4036 | </para> | 4036 | </para> |
@@ -9493,13 +9493,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9493 | 9493 | ||
9494 | <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm> | 9494 | <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm> |
9495 | <info> | 9495 | <info> |
9496 | SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking." | 9496 | SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks." |
9497 | </info> | 9497 | </info> |
9498 | <glossdef> | 9498 | <glossdef> |
9499 | <para> | 9499 | <para> |
9500 | Switch marking build as source fetcher. | 9500 | Setting this variable within a source mirror generation |
9501 | This variable is used to skip | 9501 | script causes the OpenEmbedded build system to skip |
9502 | <filename>COMPATIBLE_*</filename> checking. | 9502 | <link linkend='var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></link> |
9503 | and | ||
9504 | <link linkend='var-COMPATIBLE_HOST'><filename>COMPATIBLE_HOST</filename></link> | ||
9505 | checks. | ||
9503 | </para> | 9506 | </para> |
9504 | </glossdef> | 9507 | </glossdef> |
9505 | </glossentry> | 9508 | </glossentry> |