summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 15:09:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:24 +0000
commitcca4368b1dd640d0dcee6ea147de0bb1c0d61959 (patch)
tree9356ebba8b71ae1d3a8baf5ce6931caba4908bd0 /documentation
parentbf7b6cfe10a6bd0863ff532863e91a349e4b423d (diff)
downloadast2050-yocto-poky-cca4368b1dd640d0dcee6ea147de0bb1c0d61959.zip
ast2050-yocto-poky-cca4368b1dd640d0dcee6ea147de0bb1c0d61959.tar.gz
ref-manual: Re-ordered classes that start with "S".
(From yocto-docs rev: 1c3ec203dcab27f0119ce89573ba279777ccbbe3) 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.xml84
1 files changed, 42 insertions, 42 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 57b448a..a28053c 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2325,6 +2325,19 @@
</para>
</section>
+<section id='ref-classes-sanity'>
+ <title>Host System Sanity Checks - <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 class also performs basic user configuration checks from
+ the <filename>local.conf</filename> configuration file to
+ prevent common mistakes that cause build failures.
+ Distribution policy usually determines whether to include this class.
+ </para>
+</section>
+
<section id='ref-classes-scons'>
<title><filename>scons.bbclass</filename></title>
@@ -2379,6 +2392,35 @@
</para>
</section>
+<section id='ref-classes-siteinfo'>
+ <title>Autotools Configuration Data Cache - <filename>siteinfo.bbclass</filename></title>
+
+ <para>
+ Autotools can require tests that must execute on the target hardware.
+ Since this is not possible in general when cross compiling, site information is
+ used to provide cached test results so these tests can be skipped over but
+ still make the correct values available.
+ The <filename><link linkend='structure-meta-site'>meta/site directory</link></filename>
+ contains test results sorted into different categories such as architecture, endianness, and
+ the <filename>libc</filename> used.
+ Site information provides a list of files containing data relevant to
+ the current build in the
+ <filename><link linkend='var-CONFIG_SITE'>CONFIG_SITE</link></filename> variable
+ that Autotools automatically picks up.
+ </para>
+
+ <para>
+ The class also provides variables like
+ <filename><link linkend='var-SITEINFO_ENDIANNESS'>SITEINFO_ENDIANNESS</link></filename>
+ and <filename><link linkend='var-SITEINFO_BITS'>SITEINFO_BITS</link></filename>
+ that can be used elsewhere in the metadata.
+ </para>
+
+ <para>
+ Because this class is included from <filename>base.bbclass</filename>, it is always active.
+ </para>
+</section>
+
<section id='ref-classes-spdx'>
<title><filename>spdx.bbclass</filename></title>
@@ -2522,48 +2564,6 @@
</para>
</section>
-<section id='ref-classes-sanity'>
- <title>Host System Sanity Checks - <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 class also performs basic user configuration checks from
- the <filename>local.conf</filename> configuration file to
- prevent common mistakes that cause build failures.
- Distribution policy usually determines whether to include this class.
- </para>
-</section>
-
-<section id='ref-classes-siteinfo'>
- <title>Autotools Configuration Data Cache - <filename>siteinfo.bbclass</filename></title>
-
- <para>
- Autotools can require tests that must execute on the target hardware.
- Since this is not possible in general when cross compiling, site information is
- used to provide cached test results so these tests can be skipped over but
- still make the correct values available.
- The <filename><link linkend='structure-meta-site'>meta/site directory</link></filename>
- contains test results sorted into different categories such as architecture, endianness, and
- the <filename>libc</filename> used.
- Site information provides a list of files containing data relevant to
- the current build in the
- <filename><link linkend='var-CONFIG_SITE'>CONFIG_SITE</link></filename> variable
- that Autotools automatically picks up.
- </para>
-
- <para>
- The class also provides variables like
- <filename><link linkend='var-SITEINFO_ENDIANNESS'>SITEINFO_ENDIANNESS</link></filename>
- and <filename><link linkend='var-SITEINFO_BITS'>SITEINFO_BITS</link></filename>
- that can be used elsewhere in the metadata.
- </para>
-
- <para>
- Because this class is included from <filename>base.bbclass</filename>, it is always active.
- </para>
-</section>
-
<section id='ref-classes-terminal'>
<title><filename>terminal.bbclass</filename></title>
OpenPOWER on IntegriCloud