ref-manual: Updated the do_populate_sysroot task.

Fixes [YOCTO #8800]

(From yocto-docs rev: 582fc36e9c7157ca9457cad5c8bc6824163feede)

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-05 16:32:00 -08:00 committed by Richard Purdie
parent 2a3942bd2a
commit c8c533ec62
1 changed files with 9 additions and 3 deletions

View File

@ -293,10 +293,16 @@
<title><filename>do_populate_sysroot</filename></title>
<para>
Copies a subset of files installed by the
Copies a subset of the files installed by the
<link linkend='ref-tasks-install'><filename>do_install</filename></link>
task into the sysroot in order to make them available to other
recipes.
task into the sysroot to make them available to other recipes.
Files that would typically not be needed by other recipes at build
time are skipped.
Skipped files include files installed into
<filename>/etc.</filename>
For information on what files are copied, see the
<link linkend='ref-classes-staging'><filename>staging</filename></link>
class.
</para>
<para>