1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Scott Rifenbark
2016-02-15 10:48:43 -08:00
committed by Richard Purdie
parent 41265570c6
commit 75c088f2e2
+3 -3
View File
@@ -3225,10 +3225,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.