From 72a29a60ab59202e9a2540196208f8cb3d459fd4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 10:33:20 -0800 Subject: ref-manual: Added the ccache class. (From yocto-docs rev: 12c98bd349188f0c9555b326792330e70afc4b5d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ +
+ <filename>ccache.bbclass</filename> + + + The C/C++ Compiler Cache (ccache) 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 for information on + the C/C++ Compiler Cache. + +
+
Debian Renaming - <filename>debian.bbclass</filename> -- cgit v1.2.3-54-g00ecf