summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-tasks.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 8ac37a0d53..b2ecc66269 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -293,10 +293,16 @@
293 <title><filename>do_populate_sysroot</filename></title> 293 <title><filename>do_populate_sysroot</filename></title>
294 294
295 <para> 295 <para>
296 Copies a subset of files installed by the 296 Copies a subset of the files installed by the
297 <link linkend='ref-tasks-install'><filename>do_install</filename></link> 297 <link linkend='ref-tasks-install'><filename>do_install</filename></link>
298 task into the sysroot in order to make them available to other 298 task into the sysroot to make them available to other recipes.
299 recipes. 299 Files that would typically not be needed by other recipes at build
300 time are skipped.
301 Skipped files include files installed into
302 <filename>/etc.</filename>
303 For information on what files are copied, see the
304 <link linkend='ref-classes-staging'><filename>staging</filename></link>
305 class.
300 </para> 306 </para>
301 307
302 <para> 308 <para>