diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-20 10:23:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-21 15:09:16 +0100 |
commit | 369f8d6a7aed27cdbf486157ba5f33cb43edfc05 (patch) | |
tree | d8c1a6d339b9e9dce7e7a44eba71b70d418eaa60 /documentation/ref-manual | |
parent | 41e7dd22c730f297fc1af3d429680a85e703abb8 (diff) | |
download | poky-369f8d6a7aed27cdbf486157ba5f33cb43edfc05.tar.gz |
ref-manual: Added buildstats-summary.bbclass section.
(From yocto-docs rev: 2eb52ec085e1add723548112390d2983b5a6b77e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
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 | ||