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>
This commit is contained in:
Scott Rifenbark 2013-12-10 13:06:08 -06:00 committed by Richard Purdie
parent 16e24ab95c
commit f8c0f01c75
1 changed files with 4 additions and 4 deletions

View File

@ -957,8 +957,8 @@
<para>
If you do not want the Icecream distributed compile support to apply
to specific packages or classes, you can effectively "blacklist" them
by listing the packages and classes using the
to specific recipes or classes, you can effectively "blacklist" them
by listing the recipes and classes using the
<link linkend='var-ICECC_USER_PACKAGE_BL'><filename>ICECC_USER_PACKAGE_BL</filename></link>
and
<link linkend='var-ICECC_USER_CLASS_BL'><filename>ICECC_USER_CLASS_BL</filename></link>,
@ -968,10 +968,10 @@
</para>
<para>
Additionally, you can list packages using the
Additionally, you can list recipes using the
<link linkend='var-ICECC_USER_PACKAGE_WL'><filename>ICECC_USER_PACKAGE_WL</filename></link>
variable in your <filename>local.conf</filename> file to force
<filename>icecc</filename> to be enabled for packages using an empty
<filename>icecc</filename> to be enabled for recipes using an empty
<link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>
variable.
</para>