diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 15:11:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:24 +0000 |
commit | 4cdb34bc0cedf06edb053c3f4e26f23213d92373 (patch) | |
tree | 37abd7b33210b90266bc32ade5ad53fda8f32c7c | |
parent | cca4368b1dd640d0dcee6ea147de0bb1c0d61959 (diff) | |
download | poky-4cdb34bc0cedf06edb053c3f4e26f23213d92373.tar.gz |
ref-manual: Edits to sanity class.
(From yocto-docs rev: 36e90ca3cf797d6147f8cdd069d192e3f2669460)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a28053cd85..18bb9a7cc3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2326,11 +2326,12 @@ | |||
2326 | </section> | 2326 | </section> |
2327 | 2327 | ||
2328 | <section id='ref-classes-sanity'> | 2328 | <section id='ref-classes-sanity'> |
2329 | <title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title> | 2329 | <title><filename>sanity.bbclass</filename></title> |
2330 | 2330 | ||
2331 | <para> | 2331 | <para> |
2332 | This class checks to see if prerequisite software is present on the host system | 2332 | The <filename>sanity</filename> class checks to see if prerequisite |
2333 | so that users can be notified of potential problems that might affect their build. | 2333 | software is present on the host system so that users can be notified |
2334 | of potential problems that might affect their build. | ||
2334 | The class also performs basic user configuration checks from | 2335 | The class also performs basic user configuration checks from |
2335 | the <filename>local.conf</filename> configuration file to | 2336 | the <filename>local.conf</filename> configuration file to |
2336 | prevent common mistakes that cause build failures. | 2337 | prevent common mistakes that cause build failures. |