diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-18 12:32:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:14:59 +0100 |
commit | bc14368d39ebb3ae31e646b1c11c61d18126bfc7 (patch) | |
tree | 860383df1ddd21139f5ced6f619b8c96ecf63fea /documentation/ref-manual | |
parent | bb1643444eb35d060562ccb8e6f3cb415e5ba046 (diff) | |
download | poky-bc14368d39ebb3ae31e646b1c11c61d18126bfc7.tar.gz |
ref-manual: Added detail to the populate_sysroot task.
Provided more detail in the first sentence.
Fixes [YOCTO #9968]
(From yocto-docs rev: 15080a565bafdfffe0c13a0a18fd1c011773cc25)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index e2fd6734d0..15043c4ea7 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -423,7 +423,9 @@ | |||
423 | <para> | 423 | <para> |
424 | Copies a subset of the files installed by the | 424 | Copies a subset of the files installed by the |
425 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 425 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
426 | task into the sysroot to make them available to other recipes. | 426 | task into the sysroot directory |
427 | <filename>${STAGING_DIR_HOST}</filename> to make | ||
428 | them available to other recipes. | ||
427 | Files that would typically not be needed by other recipes at build | 429 | Files that would typically not be needed by other recipes at build |
428 | time are skipped. | 430 | time are skipped. |
429 | Skipped files include files installed into | 431 | Skipped files include files installed into |