From fae1d7d56779ecf662ff04541abe431ca669940e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Jun 2014 14:00:39 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 @@ -2380,6 +2380,19 @@ are split up and packaged correctly. + + The insane 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 + insane + class and the + "QA Error and Warning Messages" + chapter in the Yocto Project Reference Manual. + + After you build your software, you need to be sure your packages are correct.