From d31a826120709ce7d320319e4905204dcea4ff6b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Oct 2016 08:47:47 -0700 Subject: ref-manual: Updated the do_sysroot_populate task description. Fixes [YOCTO #10377] Added more detail and linked it to key variables. (From yocto-docs rev: d82c1d4e8cc95bee718388cfeced1566ce8569a0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index f05d0f8eb7..66c219372a 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -460,18 +460,25 @@ <filename>do_populate_sysroot</filename> - Copies a subset of the files installed by the + Stages (copies) a subset of the files installed by the do_install - task into the sysroot directory - ${STAGING_DIR_HOST} - 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. + task into the appropriate sysroot. + For information on how to make these files available to other + recipes, see the + STAGING_DIR_HOST + variable. + Directories that would typically not be needed by other recipes at + build time (e.g. /etc) are not copied by + default. + + + + For information on what directories are copied by default, see the + SYSROOT_DIRS* + variables. + You can change these variables inside your recipe if you need + to make additional (or fewer) directories available to other + recipes at build time. -- cgit v1.2.3-54-g00ecf