diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 11:53:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:55 +0000 |
commit | 59e0a5386a9a8632ee91d844101b0b140dcc9f5f (patch) | |
tree | 0c08a9c870fbaa2d758546c32194d38f740f1286 | |
parent | 4253671d46e3c350110bc73a1f55a054df0fc909 (diff) | |
download | poky-59e0a5386a9a8632ee91d844101b0b140dcc9f5f.tar.gz |
ref-manual: Added sstate class.
(From yocto-docs rev: 1bc593aab692bd53e61f94125bd6ace2707d4e3a)
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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 8a26efad59..a3a198a2fa 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1948,6 +1948,24 @@ | |||
1948 | </para> | 1948 | </para> |
1949 | </section> | 1949 | </section> |
1950 | 1950 | ||
1951 | <section id='ref-classes-sstate'> | ||
1952 | <title><filename>sstate.bbclass</filename></title> | ||
1953 | |||
1954 | <para> | ||
1955 | The <filename>sstate</filename> class provides support for Shared | ||
1956 | State (sstate). | ||
1957 | By default, the class is enabled through the | ||
1958 | <link linkend='var-INHERIT_DISTRO'><filename>INHERIT_DISTRO</filename></link> | ||
1959 | variable's default value. | ||
1960 | </para> | ||
1961 | |||
1962 | <para> | ||
1963 | For more information on sstate, see the | ||
1964 | "<link linkend='shared-state-cache'>Shared State Cache</link>" | ||
1965 | section. | ||
1966 | </para> | ||
1967 | </section> | ||
1968 | |||
1951 | <section id='ref-classes-package_tar'> | 1969 | <section id='ref-classes-package_tar'> |
1952 | <title><filename>package_tar.bbclass</filename></title> | 1970 | <title><filename>package_tar.bbclass</filename></title> |
1953 | 1971 | ||