From d2c89c7cfd36eefe61debac60aeafe7aa34ab526 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Dec 2013 15:38:59 -0600 Subject: ref-manual: Added new ICECC_DISABLED variable description. (From yocto-docs rev: e1373a3824c0bc3a503451fb42087920f9607177) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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 @@ F G H - I + I K L @@ -2345,6 +2345,31 @@ I + ICECC_DISABLED + + + Disables or enables the icecc + (Icecream) function. + For more information on this function and best practices + for using this variable, see the + "icecc.bbclass" + section. + + + + Setting this variable to "1" in your + local.conf enables the function: + + ICECC_DISABLED ??= "1" + + To enable the function, set the variable as follows: + + ICECC_DISABLED = "" + + + + + ICECC_ENV_EXEC -- cgit v1.2.3-54-g00ecf