summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml7
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.