summaryrefslogtreecommitdiffstats
path: root/documentation
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 /documentation
parent09ac6b52cd56ef27d027633400b9b817b0c4d70a (diff)
downloadpoky-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>
Diffstat (limited to 'documentation')
-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 e8f5a2f72b..21e4623446 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -368,6 +368,20 @@
368 </para> 368 </para>
369</section> 369</section>
370 370
371<section id='ref-classes-ccache'>
372 <title><filename>ccache.bbclass</filename></title>
373
374 <para>
375 The C/C++ Compiler Cache (<filename>ccache</filename>) class enables
376 this cache for the build.
377 This class is used to give a minor performance boost during the build.
378 However, using the class can lead to unexpected side-effects.
379 Thus, it is recommended that you do not use this class.
380 See <ulink url='http://ccache.samba.org/'></ulink> for information on
381 the C/C++ Compiler Cache.
382 </para>
383</section>
384
371<section id='ref-classes-debian'> 385<section id='ref-classes-debian'>
372 <title>Debian Renaming - <filename>debian.bbclass</filename></title> 386 <title>Debian Renaming - <filename>debian.bbclass</filename></title>
373 387