From 7bb8b8f438957a999ae90fefe345fd54c97d9469 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Sep 2011 09:29:47 -0700 Subject: [PATCH] documentation/poky-ref-manual/ref-classes.xml: fixed insane.bbclass added others I fixed the insane.bbclass description to say that it checks for common problemos that occur during runtime and not build time. Also got rid of the "ever-increasing" statement as that is not true according to Paul Eggleton. Added many new .bbclass files to the commented out section of the undocumented classes as well as removed a bunch. (From yocto-docs rev: c341951185d5af6576718f8ada057afcca923e6e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-classes.xml | 58 ++++++++++++++----- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 93e9ea8d43..ec1238c5ea 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -387,8 +387,8 @@ This class adds a step to the package generation process that sanity checks the packages generated by the Yocto Project. - An ever-increasing range of checks are performed that check for - common problems that break builds. + A range of checks are performed that check the build's output + for common problems that show up during runtime. Distribution policy usually dictates whether to include this class as the Yocto Project does. @@ -436,44 +436,72 @@