diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-02 14:00:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:43 +0100 |
commit | fae1d7d56779ecf662ff04541abe431ca669940e (patch) | |
tree | dc0a56d99c895fb4bb040021b0510bb840c36783 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 1b68137d0f6e16183043e6e4cbf25d3f881926a8 (diff) | |
download | poky-fae1d7d56779ecf662ff04541abe431ca669940e.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 72551fb7ab..3af40c2392 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2381,6 +2381,19 @@ | |||
2381 | </para> | 2381 | </para> |
2382 | 2382 | ||
2383 | <para> | 2383 | <para> |
2384 | The <filename>insane</filename> class adds a step to the | ||
2385 | package generation process so that output quality assurance | ||
2386 | checks are generated by the OpenEmbedded build system. | ||
2387 | This step performs a range of checks to be sure the build's | ||
2388 | output is free of common problems that show up during runtime. | ||
2389 | For information on these checks, see the | ||
2390 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-insane'><filename>insane</filename></ulink> | ||
2391 | class and the | ||
2392 | "<ulink url='&YOCTO_DOCS_REF_URL;#ref-qa-checks'>QA Error and Warning Messages</ulink>" | ||
2393 | chapter in the Yocto Project Reference Manual. | ||
2394 | </para> | ||
2395 | |||
2396 | <para> | ||
2384 | After you build your software, you need to be sure your packages | 2397 | After you build your software, you need to be sure your packages |
2385 | are correct. | 2398 | are correct. |
2386 | Examine the | 2399 | Examine the |