summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 34142cb152..94832f283a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -382,6 +382,18 @@
382 </para> 382 </para>
383</section> 383</section>
384 384
385<section id='ref-classes-buildstats-summary'>
386 <title><filename>buildstats-summary.bbclass</filename></title>
387
388 <para>
389 When inherited globally, prints statistics at the end of the build
390 on sstate re-use.
391 In order to function, this class requires the
392 <link linkend='ref-classes-buildstats'><filename>buildstats</filename></link>
393 class be enabled.
394 </para>
395</section>
396
385<section id='ref-classes-ccache'> 397<section id='ref-classes-ccache'>
386 <title><filename>ccache.bbclass</filename></title> 398 <title><filename>ccache.bbclass</filename></title>
387 399