diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 13:45:03 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:14 +0000 |
commit | 19b37bdcab55e69a08465178357234951a7297ef (patch) | |
tree | 031c2efef87b2f37743295bdc577f2c3e89fc767 | |
parent | 80980ef57a28853e7a304154186d017357682e6a (diff) | |
download | ast2050-yocto-poky-19b37bdcab55e69a08465178357234951a7297ef.zip ast2050-yocto-poky-19b37bdcab55e69a08465178357234951a7297ef.tar.gz |
ref-manual: Edits to insane class.
(From yocto-docs rev: cebf8037b1eb4a431f71ec4cacd415a57e0b1911)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 6b22de5..7457dd7 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1035,12 +1035,12 @@ </section> <section id='ref-classes-insane'> -<title><filename>insane.bbclass</filename></title> + <title><filename>insane.bbclass</filename></title> <para> - This class adds a step to the package generation process so that - output quality assurance checks are generated by the OpenEmbedded - build system. + The <filename>insane</filename> class adds a step to the package + generation process so that output quality assurance checks are + generated by the OpenEmbedded build system. A range of checks are performed that check the build's output for common problems that show up during runtime. Distribution policy usually dictates whether to include this class. |