ref-manual: Added the ccache class.

(From yocto-docs rev: 12c98bd349188f0c9555b326792330e70afc4b5d)

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-11-26 10:33:20 -08:00 committed by Richard Purdie
parent e0b167bb78
commit 72a29a60ab
1 changed files with 14 additions and 0 deletions

View File

@ -368,6 +368,20 @@
</para>
</section>
<section id='ref-classes-ccache'>
<title><filename>ccache.bbclass</filename></title>
<para>
The C/C++ Compiler Cache (<filename>ccache</filename>) class enables
this cache for the build.
This class is used to give a minor performance boost during the build.
However, using the class can lead to unexpected side-effects.
Thus, it is recommended that you do not use this class.
See <ulink url='http://ccache.samba.org/'></ulink> for information on
the C/C++ Compiler Cache.
</para>
</section>
<section id='ref-classes-debian'>
<title>Debian Renaming - <filename>debian.bbclass</filename></title>