summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.