diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-16 15:38:59 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 13:16:09 +0000 |
commit | d2c89c7cfd36eefe61debac60aeafe7aa34ab526 (patch) | |
tree | 19e9e7dcd2ca5ad58be29f5e8b9cfa0674a76713 /documentation | |
parent | efedaf9267462c126219236704b6807a28979ed9 (diff) | |
download | poky-d2c89c7cfd36eefe61debac60aeafe7aa34ab526.tar.gz |
ref-manual: Added new ICECC_DISABLED variable description.
(From yocto-docs rev: e1373a3824c0bc3a503451fb42087920f9607177)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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> |