diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-05 11:05:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:22 +0100 |
commit | cda7141ad131132024105922ddedbb0145b90e35 (patch) | |
tree | 667e1643c46caa4b627959b7cc048672c676e456 /documentation/ref-manual/ref-tasks.xml | |
parent | 6be52ddd9a1d1dc2600f298b31b5ccb1e98bd035 (diff) | |
download | poky-cda7141ad131132024105922ddedbb0145b90e35.tar.gz |
ref-manual: Review edits to do_populate_sysroot and SYSROOT_DIRS_NATIVE
Fixes [YOCTO #10377]
Some minor wordsmithing. Also added a new note to the
SYSROOT_DIRS_NATIVE variable.
(From yocto-docs rev: 459666b01b8d6d8212a59c877ea6c324511a5883)
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 66c219372a..e9859c1fa9 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -463,10 +463,10 @@ | |||
463 | Stages (copies) a subset of the files installed by the | 463 | Stages (copies) a subset of the files installed by the |
464 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | 464 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
465 | task into the appropriate sysroot. | 465 | task into the appropriate sysroot. |
466 | For information on how to make these files available to other | 466 | For information on how to access these files from other recipes, |
467 | recipes, see the | 467 | see the |
468 | <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link> | 468 | <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR*</filename></link> |
469 | variable. | 469 | variables. |
470 | Directories that would typically not be needed by other recipes at | 470 | Directories that would typically not be needed by other recipes at |
471 | build time (e.g. <filename>/etc</filename>) are not copied by | 471 | build time (e.g. <filename>/etc</filename>) are not copied by |
472 | default. | 472 | default. |