From c8c533ec62e636ef23f50692e035605c4fbf6cf5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 Feb 2016 16:32:00 -0800 Subject: [PATCH] ref-manual: Updated the do_populate_sysroot task. Fixes [YOCTO #8800] (From yocto-docs rev: 582fc36e9c7157ca9457cad5c8bc6824163feede) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 12 +++++++++--- 1 file 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 @@ <filename>do_populate_sysroot</filename> - Copies a subset of files installed by the + Copies a subset of the files installed by the do_install - 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 + /etc. + For information on what files are copied, see the + staging + class.