summaryrefslogtreecommitdiffstats
path: root/documentation
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:17:11 +0000
commit586a3d5ff5e2fa84bb031e491fc6f5a53aa389a3 (patch)
treed36cba5961662d117a60c8710a5f4b80c1aec4be /documentation
parent7849633469256b9fe264e083cf22ad3b0cd67efc (diff)
downloadpoky-586a3d5ff5e2fa84bb031e491fc6f5a53aa389a3.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: 772e95e201c21b8488962e7a31b7cc02f9186882) 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-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 da546080a3..fdd9cbd549 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1073,7 +1073,7 @@
1073 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link> 1073 <link linkend='var-ICECC_DISABLED'><filename>ICECC_DISABLED</filename></link>
1074 variable to "1" as follows: 1074 variable to "1" as follows:
1075 <literallayout class='monospaced'> 1075 <literallayout class='monospaced'>
1076 INHERIT_DISTRO += "icecc" 1076 INHERIT_DISTRO_append = " icecc"
1077 ICECC_DISABLED ??= "1" 1077 ICECC_DISABLED ??= "1"
1078 </literallayout> 1078 </literallayout>
1079 This practice makes sure everyone is using the same signatures but also 1079 This practice makes sure everyone is using the same signatures but also