aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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:11 +0000
commit2b2ced01f770d04f06693d3736209b5caf211398 (patch)
treecd73a42c5b61dfef3bde5422d49f6698adec70d5 /documentation/ref-manual/ref-classes.xml
parentb9dddd511e642a0dc465841065b0748b5dccd3c6 (diff)
downloadopenembedded-core-contrib-2b2ced01f770d04f06693d3736209b5caf211398.tar.gz
ref-manual: Updated the staging.bbclass description
Fixes [YOCTO #8800] Provided better wording. (From yocto-docs rev: 4a419e22f1ec3623db45393422ca6287d2a73563) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-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 29f5743a6f..7ba9a9770f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3189,10 +3189,10 @@
<title><filename>staging.bbclass</filename></title>
<para>
- The <filename>staging</filename> class provides support for staging
- files into the sysroot during the
+ The <filename>staging</filename> class provides the
<link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
- task.
+ task, which stages files into the sysroot to make them available to
+ other recipes at build time.
The class is enabled by default because it is inherited by the
<link linkend='ref-classes-base'><filename>base</filename></link>
class.