From 3dd477c469af888cb222c160a5fda0f335c97acd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 May 2014 18:35:56 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d87126c4a1..d00f00d3b2 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -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 + "QA Error and Warning Messages" + Chapter for a list of all the warning and error messages + you might encounter using a default configuration. @@ -1323,8 +1327,9 @@ build output. debug-deps: - Checks that -dbg packages only depend on other - -dbg packages and not on any other types of packages, + Checks that all packages except -dbg + packages only depend on other -dbg + packages and not on any other types of packages, which would cause a packaging bug. debug-files: Checks for .debug directories in anything but the @@ -1351,9 +1356,10 @@ their contents against the specification for .desktop files. dev-deps: - Checks that -dev packages only depend on other - -dev packages and not on any other types of packages, - which would be a packaging bug. + Checks that all packages except -dev + or -staticdev packages depend on + -dev packages and not on any other types + of packages, which would be a packaging bug. dev-so: Checks that the .so symbolic links are in the -dev package and not in any of the other packages. -- cgit v1.2.3-54-g00ecf