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:18:20 +0000 |
commit | 9407e718c1241dade697965caba9b9af7de1a68f (patch) | |
tree | a4734065015eaaa2d85d34f65bdcce31559704ad /documentation | |
parent | 32b62a9c967d464050fe4a9fa460018620de4396 (diff) | |
download | poky-9407e718c1241dade697965caba9b9af7de1a68f.tar.gz |
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>
Diffstat (limited to 'documentation')
-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. |