summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-15 10:48:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:19 +0000
commit75c088f2e26ab12cb832c7d1bdeaa017f4995555 (patch)
tree7abe5d99b6bb3dfc8289e925499ca2b5c3082ff7 /documentation
parent41265570c618d4017b0ed0d883142651e7325deb (diff)
downloadpoky-75c088f2e26ab12cb832c7d1bdeaa017f4995555.tar.gz
ref-manual: Updated the staging.bbclass description
Fixes [YOCTO #8800] Provided better wording. (From yocto-docs rev: 68be69d758b7638ddb824bbec89e76cf7dc026ff) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b2941b8bf9..8561ee3afc 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3225,10 +3225,10 @@
3225 <title><filename>staging.bbclass</filename></title> 3225 <title><filename>staging.bbclass</filename></title>
3226 3226
3227 <para> 3227 <para>
3228 The <filename>staging</filename> class provides support for staging 3228 The <filename>staging</filename> class provides the
3229 files into the sysroot during the
3230 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> 3229 <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
3231 task. 3230 task, which stages files into the sysroot to make them available to
3231 other recipes at build time.
3232 The class is enabled by default because it is inherited by the 3232 The class is enabled by default because it is inherited by the
3233 <link linkend='ref-classes-base'><filename>base</filename></link> 3233 <link linkend='ref-classes-base'><filename>base</filename></link>
3234 class. 3234 class.