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 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.