summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-26 10:33:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:26 +0000
commit1ad623c206f3e2ea7cb2d7b2c9a381b83d976b37 (patch)
treee236f0a6450685f6d1807b1439042256abc48d20
parent09ac6b52cd56ef27d027633400b9b817b0c4d70a (diff)
downloadast2050-yocto-poky-1ad623c206f3e2ea7cb2d7b2c9a381b83d976b37.zip
ast2050-yocto-poky-1ad623c206f3e2ea7cb2d7b2c9a381b83d976b37.tar.gz
ref-manual: Added the ccache class.
(From yocto-docs rev: 87e05b13eb7e43e0fe985e6890fe6f004edc199e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e8f5a2f..21e4623 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>
OpenPOWER on IntegriCloud