summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-04 11:59:56 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:55 +0000
commit944ee7f14b6779f7dfd8e1e5d008d6788b3ba22d (patch)
treeb815eb83a1cc549e0fb152c7d7066ef36fa8162c
parent59e0a5386a9a8632ee91d844101b0b140dcc9f5f (diff)
downloadpoky-944ee7f14b6779f7dfd8e1e5d008d6788b3ba22d.tar.gz
ref-manual: Added the staging class.
(From yocto-docs rev: 55ce0a5c0156dbabeef5a345028ec1b4b15abbc6) 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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index a3a198a2fa..756acee71c 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1966,6 +1966,19 @@
1966 </para> 1966 </para>
1967</section> 1967</section>
1968 1968
1969<section id='ref-classes-staging'>
1970 <title><filename>staging.bbclass</filename></title>
1971
1972 <para>
1973 The <filename>staging</filename> class provides support for staging
1974 files into the sysroot during the
1975 <filename>do_populate_sysroot</filename> task.
1976 The class is enabled by default because it is inherited by the
1977 <link linkend='ref-classes-base'><filename>base</filename></link>
1978 class.
1979 </para>
1980</section>
1981
1969<section id='ref-classes-package_tar'> 1982<section id='ref-classes-package_tar'>
1970 <title><filename>package_tar.bbclass</filename></title> 1983 <title><filename>package_tar.bbclass</filename></title>
1971 1984