summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml18
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