summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-30 10:54:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:56 +0000
commitf1bb814d507a9746497d9d22d1ebcbf67d486199 (patch)
treefa6f756fdef2d632b9acbd23465364d00369bb03 /documentation/ref-manual/ref-classes.xml
parentb83bed6a3a8fccae88134ac4e1950642c02148b8 (diff)
downloadpoky-f1bb814d507a9746497d9d22d1ebcbf67d486199.tar.gz
ref-manual: Fixed icecc example code
Fixes [YOCTO #6912] The example used to make sure builders use the same sstate signatures regardless if they use icecc or not was incorrect. I updated the INHERIT_DISTRO line of the example to use the append part in the name so it appends the icecc as suggested by the bug submitter. Reported-by: Peter Bergin <petan679@gmail.com> (From yocto-docs rev: 1f6b2f152202ab6e0be3026af3275f67bdb40d16) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 7b8cd26848..f2c4c79c5a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1177,7 +1177,7 @@
1177 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link> 1177 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link>
1178 variable to "1" as follows: 1178 variable to "1" as follows:
1179 <literallayout class='monospaced'> 1179 <literallayout class='monospaced'>
1180 INHERIT_DISTRO += "icecc" 1180 INHERIT_DISTRO_append = " icecc"
1181 ICECC_DISABLED ??= "1" 1181 ICECC_DISABLED ??= "1"
1182 </literallayout> 1182 </literallayout>
1183 This practice makes sure everyone is using the same signatures but also 1183 This practice makes sure everyone is using the same signatures but also