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>
This commit is contained in:
Scott Rifenbark 2013-12-04 11:53:20 -06:00 committed by Richard Purdie
parent 92d5851a62
commit 5f36c1f12c
1 changed files with 18 additions and 0 deletions

View File

@ -1948,6 +1948,24 @@
</para>
</section>
<section id='ref-classes-sstate'>
<title><filename>sstate.bbclass</filename></title>
<para>
The <filename>sstate</filename> class provides support for Shared
State (sstate).
By default, the class is enabled through the
<link linkend='var-INHERIT_DISTRO'><filename>INHERIT_DISTRO</filename></link>
variable's default value.
</para>
<para>
For more information on sstate, see the
"<link linkend='shared-state-cache'>Shared State Cache</link>"
section.
</para>
</section>
<section id='ref-classes-package_tar'>
<title><filename>package_tar.bbclass</filename></title>