ref-manual: Added the staging class.

(From yocto-docs rev: 68b8c6156997f7910020e959ec47a35635287c3a)

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:59:56 -06:00 committed by Richard Purdie
parent 5f36c1f12c
commit 234ea4b9ba
1 changed files with 13 additions and 0 deletions

View File

@ -1966,6 +1966,19 @@
</para>
</section>
<section id='ref-classes-staging'>
<title><filename>staging.bbclass</filename></title>
<para>
The <filename>staging</filename> class provides support for staging
files into the sysroot during the
<filename>do_populate_sysroot</filename> task.
The class is enabled by default because it is inherited by the
<link linkend='ref-classes-base'><filename>base</filename></link>
class.
</para>
</section>
<section id='ref-classes-package_tar'>
<title><filename>package_tar.bbclass</filename></title>