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:17:52 +0000 |
commit | 5f36c1f12c36d640b18f1d3f22db4f2cf553ffee (patch) | |
tree | 82c5dfc0360ca66fb3739cb7e3d47fb7508a84c0 /documentation/ref-manual | |
parent | 92d5851a622ed3d3ea7f4a7fca6a3b6f313e0bac (diff) | |
download | poky-5f36c1f12c36d640b18f1d3f22db4f2cf553ffee.tar.gz |
ref-manual: Added sstate class.
(From yocto-docs rev: 75f7f3103554f6138aab4fd02c8fefa0c61e164f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 | ||