diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 11:41:18 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:54 +0000 |
commit | 1287cff6c26ff399f6b0ea392c8df952c79e063d (patch) | |
tree | d52480e55957ea85cd0990b96da62aef87a538b7 | |
parent | cd3f2e6b899c96c98136d2ce1afe058ae035ed47 (diff) | |
download | poky-1287cff6c26ff399f6b0ea392c8df952c79e063d.tar.gz |
ref-manual: Added siteconfig class.
(From yocto-docs rev: 6492c030861e5562fc8739f9820b43ab18b16d09)
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e64f88bf1f..c2eac809be 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1922,6 +1922,18 @@ | |||
1922 | </para> | 1922 | </para> |
1923 | </section> | 1923 | </section> |
1924 | 1924 | ||
1925 | <section id='ref-classes-siteconfig'> | ||
1926 | <title><filename>siteconfig.bbclass</filename></title> | ||
1927 | |||
1928 | <para> | ||
1929 | The <filename>siteconfig</filename> class | ||
1930 | provides functionality for handling site configuration. | ||
1931 | The class is used by the | ||
1932 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> | ||
1933 | class to accelerate the <filename>do_configure</filename> task. | ||
1934 | </para> | ||
1935 | </section> | ||
1936 | |||
1925 | <section id='ref-classes-package_tar'> | 1937 | <section id='ref-classes-package_tar'> |
1926 | <title><filename>package_tar.bbclass</filename></title> | 1938 | <title><filename>package_tar.bbclass</filename></title> |
1927 | 1939 | ||