diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-18 13:45:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:15:00 +0100 |
commit | fa0c574deb63c646281e5acdd698dc78763b5fe8 (patch) | |
tree | f8b54211210bfdbcc3d7de0b7fd5d59acda93a4c /documentation/ref-manual/ref-tasks.xml | |
parent | 6c302a42509a2a615b8d5141548869ed7234913d (diff) | |
download | poky-fa0c574deb63c646281e5acdd698dc78763b5fe8.tar.gz |
ref-manual: Added link to the do_populate_sysroot task
Fixes [YOCTO #9968]
Made a link for the STAGING_DIR_HOST variable for consistency.
(From yocto-docs rev: eeb163ead40752d69f2f6c19e859e82109ef967d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index bf052c401d..572740eaef 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -462,8 +462,8 @@ | |||
462 | Copies a subset of the files installed by the | 462 | Copies a subset of the files installed by the |
463 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 463 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
464 | task into the sysroot directory | 464 | task into the sysroot directory |
465 | <filename>${STAGING_DIR_HOST}</filename> to make | 465 | <filename>${</filename><link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link><filename>}</filename> |
466 | them available to other recipes. | 466 | to make them available to other recipes. |
467 | Files that would typically not be needed by other recipes at build | 467 | Files that would typically not be needed by other recipes at build |
468 | time are skipped. | 468 | time are skipped. |
469 | Skipped files include files installed into | 469 | Skipped files include files installed into |