diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f43f8e793d..5eaa5441b9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | <link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link> | 24 | <link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link> |
25 | <link linkend='var-GROUPADD_PARAM'>G</link> | 25 | <link linkend='var-GROUPADD_PARAM'>G</link> |
26 | <link linkend='var-HOMEPAGE'>H</link> | 26 | <link linkend='var-HOMEPAGE'>H</link> |
27 | <link linkend='var-ICECC_ENV_EXEC'>I</link> | 27 | <link linkend='var-ICECC_DISABLED'>I</link> |
28 | <!-- <link linkend='var-glossary-j'>J</link> --> | 28 | <!-- <link linkend='var-glossary-j'>J</link> --> |
29 | <link linkend='var-KARCH'>K</link> | 29 | <link linkend='var-KARCH'>K</link> |
30 | <link linkend='var-LABELS'>L</link> | 30 | <link linkend='var-LABELS'>L</link> |
@@ -2345,6 +2345,31 @@ | |||
2345 | 2345 | ||
2346 | <glossdiv id='var-glossary-i'><title>I</title> | 2346 | <glossdiv id='var-glossary-i'><title>I</title> |
2347 | 2347 | ||
2348 | <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED</glossterm> | ||
2349 | <glossdef> | ||
2350 | <para> | ||
2351 | Disables or enables the <filename>icecc</filename> | ||
2352 | (Icecream) function. | ||
2353 | For more information on this function and best practices | ||
2354 | for using this variable, see the | ||
2355 | "<link linkend='ref-classes-icecc'><filename>icecc.bbclass</filename></link>" | ||
2356 | section. | ||
2357 | </para> | ||
2358 | |||
2359 | <para> | ||
2360 | Setting this variable to "1" in your | ||
2361 | <filename>local.conf</filename> enables the function: | ||
2362 | <literallayout class='monospaced'> | ||
2363 | ICECC_DISABLED ??= "1" | ||
2364 | </literallayout> | ||
2365 | To enable the function, set the variable as follows: | ||
2366 | <literallayout class='monospaced'> | ||
2367 | ICECC_DISABLED = "" | ||
2368 | </literallayout> | ||
2369 | </para> | ||
2370 | </glossdef> | ||
2371 | </glossentry> | ||
2372 | |||
2348 | <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm> | 2373 | <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm> |
2349 | <glossdef> | 2374 | <glossdef> |
2350 | <para> | 2375 | <para> |