summaryrefslogtreecommitdiffstats
path: root/documentation
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:19:37 +0000
commit1762d18692f87b04bf8f8774447723a6a84539b1 (patch)
tree271b5c31f1af49b62a06118eca19f9d8b29e90ff /documentation
parenta711ebe78a27b04f72b8ea8fe3f03dde157dde0b (diff)
downloadast2050-yocto-poky-1762d18692f87b04bf8f8774447723a6a84539b1.zip
ast2050-yocto-poky-1762d18692f87b04bf8f8774447723a6a84539b1.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: 0492b458f249f0c4cec6fa3cdd73ab7ca1f1506e) 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.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 bbaaf50..6bbc3f1 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>
OpenPOWER on IntegriCloud