diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-15 10:48:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:11 +0000 |
commit | 2b2ced01f770d04f06693d3736209b5caf211398 (patch) | |
tree | cd73a42c5b61dfef3bde5422d49f6698adec70d5 /documentation | |
parent | b9dddd511e642a0dc465841065b0748b5dccd3c6 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
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 @@ | |||
3189 | <title><filename>staging.bbclass</filename></title> | 3189 | <title><filename>staging.bbclass</filename></title> |
3190 | 3190 | ||
3191 | <para> | 3191 | <para> |
3192 | The <filename>staging</filename> class provides support for staging | 3192 | The <filename>staging</filename> class provides the |
3193 | files into the sysroot during the | ||
3194 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> | 3193 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> |
3195 | task. | 3194 | task, which stages files into the sysroot to make them available to |
3195 | other recipes at build time. | ||
3196 | The class is enabled by default because it is inherited by the | 3196 | The class is enabled by default because it is inherited by the |
3197 | <link linkend='ref-classes-base'><filename>base</filename></link> | 3197 | <link linkend='ref-classes-base'><filename>base</filename></link> |
3198 | class. | 3198 | class. |