summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 13:06:08 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:32 +0000
commitf8c0f01c75b6088217e44598a14266a24509e8a0 (patch)
tree4d72fc3b24a1c77643a4211f4778e79fc380f854 /documentation/ref-manual/ref-classes.xml
parent16e24ab95c2e613e7abf304d58092aef5e3eb020 (diff)
downloadpoky-f8c0f01c75b6088217e44598a14266a24509e8a0.tar.gz
ref-manual: Edits to the icecc class.
The text used "packages" rather than "recipes." This is a tragic result of historical naming mistakes early in the project. (From yocto-docs rev: 844224d76e0daf40709fe85659c75afcdeb26280) 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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index bbaaf50ef3..6bbc3f17bc 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -957,8 +957,8 @@
957 957
958 <para> 958 <para>
959 If you do not want the Icecream distributed compile support to apply 959 If you do not want the Icecream distributed compile support to apply
960 to specific packages or classes, you can effectively "blacklist" them 960 to specific recipes or classes, you can effectively "blacklist" them
961 by listing the packages and classes using the 961 by listing the recipes and classes using the
962 <link linkend='var-ICECC_USER_PACKAGE_BL'><filename>ICECC_USER_PACKAGE_BL</filename></link> 962 <link linkend='var-ICECC_USER_PACKAGE_BL'><filename>ICECC_USER_PACKAGE_BL</filename></link>
963 and 963 and
964 <link linkend='var-ICECC_USER_CLASS_BL'><filename>ICECC_USER_CLASS_BL</filename></link>, 964 <link linkend='var-ICECC_USER_CLASS_BL'><filename>ICECC_USER_CLASS_BL</filename></link>,
@@ -968,10 +968,10 @@
968 </para> 968 </para>
969 969
970 <para> 970 <para>
971 Additionally, you can list packages using the 971 Additionally, you can list recipes using the
972 <link linkend='var-ICECC_USER_PACKAGE_WL'><filename>ICECC_USER_PACKAGE_WL</filename></link> 972 <link linkend='var-ICECC_USER_PACKAGE_WL'><filename>ICECC_USER_PACKAGE_WL</filename></link>
973 variable in your <filename>local.conf</filename> file to force 973 variable in your <filename>local.conf</filename> file to force
974 <filename>icecc</filename> to be enabled for packages using an empty 974 <filename>icecc</filename> to be enabled for recipes using an empty
975 <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link> 975 <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>
976 variable. 976 variable.
977 </para> 977 </para>