diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 09:48:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:26 +0000 |
commit | c33bbac95bf40f63c939393ba35ab81062eea28c (patch) | |
tree | 212582c95319a13f3d925eac362df0ec61de098f /documentation | |
parent | 6531d22f4ee1f6f4c0723df203f6a421a2859ef1 (diff) | |
download | poky-c33bbac95bf40f63c939393ba35ab81062eea28c.tar.gz |
ref-manual: Added the buildhistory class.
(From yocto-docs rev: a2ed497bd2bb229e6fadb138205035819daa985a)
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3a169cdf3c..cab546a0ae 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -325,6 +325,19 @@ | |||
325 | </para> | 325 | </para> |
326 | </section> | 326 | </section> |
327 | 327 | ||
328 | <section id='ref-classes-buildhistory'> | ||
329 | <title><filename>buildhistory.bbclass</filename></title> | ||
330 | |||
331 | <para> | ||
332 | The Build History (<filename>buildhistory</filename>) class records a | ||
333 | history of build output metadata, which can be used to detect possible | ||
334 | regressions as well as used for analysis of the build output. | ||
335 | For more information on usinig Build History, see the | ||
336 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | ||
337 | section. | ||
338 | </para> | ||
339 | </section> | ||
340 | |||
328 | <section id='ref-classes-debian'> | 341 | <section id='ref-classes-debian'> |
329 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> | 342 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> |
330 | 343 | ||