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>
This commit is contained in:
Scott Rifenbark 2016-02-15 10:48:43 -08:00 committed by Richard Purdie
parent b9dddd511e
commit 2b2ced01f7
1 changed files with 3 additions and 3 deletions

View File

@ -3189,10 +3189,10 @@
<title><filename>staging.bbclass</filename></title> <title><filename>staging.bbclass</filename></title>
<para> <para>
The <filename>staging</filename> class provides support for staging The <filename>staging</filename> class provides the
files into the sysroot during the
<link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> <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 The class is enabled by default because it is inherited by the
<link linkend='ref-classes-base'><filename>base</filename></link> <link linkend='ref-classes-base'><filename>base</filename></link>
class. class.