summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-16 15:38:59 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 13:16:09 +0000
commitd2c89c7cfd36eefe61debac60aeafe7aa34ab526 (patch)
tree19e9e7dcd2ca5ad58be29f5e8b9cfa0674a76713 /documentation
parentefedaf9267462c126219236704b6807a28979ed9 (diff)
downloadast2050-yocto-poky-d2c89c7cfd36eefe61debac60aeafe7aa34ab526.zip
ast2050-yocto-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.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f43f8e7..5eaa544 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -24,7 +24,7 @@
<link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link>
<link linkend='var-GROUPADD_PARAM'>G</link>
<link linkend='var-HOMEPAGE'>H</link>
- <link linkend='var-ICECC_ENV_EXEC'>I</link>
+ <link linkend='var-ICECC_DISABLED'>I</link>
<!-- <link linkend='var-glossary-j'>J</link> -->
<link linkend='var-KARCH'>K</link>
<link linkend='var-LABELS'>L</link>
@@ -2345,6 +2345,31 @@
<glossdiv id='var-glossary-i'><title>I</title>
+ <glossentry id='var-ICECC_DISABLED'><glossterm>ICECC_DISABLED</glossterm>
+ <glossdef>
+ <para>
+ Disables or enables the <filename>icecc</filename>
+ (Icecream) function.
+ For more information on this function and best practices
+ for using this variable, see the
+ "<link linkend='ref-classes-icecc'><filename>icecc.bbclass</filename></link>"
+ section.
+ </para>
+
+ <para>
+ Setting this variable to "1" in your
+ <filename>local.conf</filename> enables the function:
+ <literallayout class='monospaced'>
+ ICECC_DISABLED ??= "1"
+ </literallayout>
+ To enable the function, set the variable as follows:
+ <literallayout class='monospaced'>
+ ICECC_DISABLED = ""
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud