diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 10:33:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:16 +0000 |
commit | 72a29a60ab59202e9a2540196208f8cb3d459fd4 (patch) | |
tree | 5415ec47b6cb88064a215630fe7715304384a963 /documentation | |
parent | e0b167bb78ff77ed3f44aafd64857321a86f10d1 (diff) | |
download | poky-72a29a60ab59202e9a2540196208f8cb3d459fd4.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 14 |
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 | ||