dev-manual: Added reference to QA checks in the "Packaging" section.

The "Writing a New Recipe" section has a subsection named
"Packaging."  We needed a cross-reference here to the QA checks
performed for packaging.

(From yocto-docs rev: 34952ee1b56a84e0ee0edd142c7c8c68b122a3e3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-02 14:00:39 +03:00 committed by Richard Purdie
parent 1b68137d0f
commit fae1d7d567
1 changed files with 13 additions and 0 deletions

View File

@ -2380,6 +2380,19 @@
are split up and packaged correctly.
</para>
<para>
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.
This step performs a range of checks to be sure the build's
output is free of common problems that show up during runtime.
For information on these checks, see the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-insane'><filename>insane</filename></ulink>
class and the
"<ulink url='&YOCTO_DOCS_REF_URL;#ref-qa-checks'>QA Error and Warning Messages</ulink>"
chapter in the Yocto Project Reference Manual.
</para>
<para>
After you build your software, you need to be sure your packages
are correct.