ref-manual: Edits to sanity class.

(From yocto-docs rev: 517b4348988b88de3cb9b8031e25175772e26f64)

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 2013-12-05 15:11:25 -06:00 committed by Richard Purdie
parent 32b62a9c96
commit 9407e718c1
1 changed files with 4 additions and 3 deletions

View File

@ -2326,11 +2326,12 @@
</section>
<section id='ref-classes-sanity'>
<title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title>
<title><filename>sanity.bbclass</filename></title>
<para>
This class checks to see if prerequisite software is present on the host system
so that users can be notified of potential problems that might affect their build.
The <filename>sanity</filename> class checks to see if prerequisite
software is present on the host system so that users can be notified
of potential problems that might affect their build.
The class also performs basic user configuration checks from
the <filename>local.conf</filename> configuration file to
prevent common mistakes that cause build failures.