ref-manual: Applied review edits to QA messages and insane.bbclass.

Fixes [YOCTO #6159]

Edits from Paul Eggleton included some reformatting, some minor
wording tweaks, and edits to a couple tests as described in the
insane.bbclass.

(From yocto-docs rev: b42ef1bd51cb20f6bbb6bf812999e3a35b332339)

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-05-23 18:35:56 +03:00 committed by Richard Purdie
parent 594833891d
commit 3dd477c469
2 changed files with 893 additions and 537 deletions

View File

@ -1259,6 +1259,10 @@
Typically, failures for new tests generate a warning.
Subsequent failures for the same test would then generate an error
message once the metadata is in a known and good condition.
See the
"<link linkend='ref-qa-checks'>QA Error and Warning Messages</link>"
Chapter for a list of all the warning and error messages
you might encounter using a default configuration.
</para>
<para>
@ -1323,8 +1327,9 @@
build output.
</para></listitem>
<listitem><para><emphasis><filename>debug-deps:</filename></emphasis>
Checks that <filename>-dbg</filename> packages only depend on other
<filename>-dbg</filename> packages and not on any other types of packages,
Checks that all packages except <filename>-dbg</filename>
packages only depend on other <filename>-dbg</filename>
packages and not on any other types of packages,
which would cause a packaging bug.</para></listitem>
<listitem><para><emphasis><filename>debug-files:</filename></emphasis>
Checks for <filename>.debug</filename> directories in anything but the
@ -1351,9 +1356,10 @@
their contents against the specification for
<filename>.desktop</filename> files.</para></listitem>
<listitem><para><emphasis><filename>dev-deps:</filename></emphasis>
Checks that <filename>-dev</filename> packages only depend on other
<filename>-dev</filename> packages and not on any other types of packages,
which would be a packaging bug.</para></listitem>
Checks that all packages except <filename>-dev</filename>
or <filename>-staticdev</filename> packages depend on
<filename>-dev</filename> packages and not on any other types
of packages, which would be a packaging bug.</para></listitem>
<listitem><para><emphasis><filename>dev-so:</filename></emphasis>
Checks that the <filename>.so</filename> symbolic links are in the
<filename>-dev</filename> package and not in any of the other packages.

File diff suppressed because it is too large Load Diff