diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-31 09:31:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:31 +0000 |
| commit | 651262288241a6b42d80cbc34e9aefa117995a17 (patch) | |
| tree | 02ab3599d220f1711d78220d1afb9eab5c5c91a0 /documentation/ref-manual/ref-tasks.xml | |
| parent | 5eed9a3fbe68f0be922ae6629027ad006e21c5f4 (diff) | |
| download | poky-651262288241a6b42d80cbc34e9aefa117995a17.tar.gz | |
documentation: Updated links into new concepts-manual
Creation of a new concepts manual and moving of chapters from the
getting-started (overview-manual) caused many links and manual
reference titles to break. I fixed these throughout the YP
docs.
(From yocto-docs rev: 30f2bc46be4a0faf5302eb8605bcb29f3bee6cf3)
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 2afd9588b7..007d08f112 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
| @@ -268,7 +268,7 @@ | |||
| 268 | and | 268 | and |
| 269 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), | 269 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), |
| 270 | run under | 270 | run under |
| 271 | <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. | 271 | <ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. |
| 272 | <note> | 272 | <note> |
| 273 | <title>Caution</title> | 273 | <title>Caution</title> |
| 274 | 274 | ||
| @@ -630,7 +630,7 @@ | |||
| 630 | 630 | ||
| 631 | <para> | 631 | <para> |
| 632 | Running this task does not remove the | 632 | Running this task does not remove the |
| 633 | <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink> | 633 | <ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink> |
| 634 | cache files. | 634 | cache files. |
| 635 | Consequently, if no changes have been made and the recipe is | 635 | Consequently, if no changes have been made and the recipe is |
| 636 | rebuilt after cleaning, output files are simply restored from the | 636 | rebuilt after cleaning, output files are simply restored from the |
| @@ -647,7 +647,7 @@ | |||
| 647 | 647 | ||
| 648 | <para> | 648 | <para> |
| 649 | Removes all output files, shared state | 649 | Removes all output files, shared state |
| 650 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 650 | (<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>) |
| 651 | cache, and downloaded source files for a target (i.e. the contents | 651 | cache, and downloaded source files for a target (i.e. the contents |
| 652 | of | 652 | of |
| 653 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). | 653 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). |
| @@ -678,13 +678,13 @@ | |||
| 678 | 678 | ||
| 679 | <para> | 679 | <para> |
| 680 | Removes all output files and shared state | 680 | Removes all output files and shared state |
| 681 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 681 | (<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>) |
| 682 | cache for a target. | 682 | cache for a target. |
| 683 | Essentially, the <filename>do_cleansstate</filename> task is | 683 | Essentially, the <filename>do_cleansstate</filename> task is |
| 684 | identical to the | 684 | identical to the |
| 685 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> | 685 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> |
| 686 | task with the added removal of shared state | 686 | task with the added removal of shared state |
| 687 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 687 | (<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>) |
| 688 | cache. | 688 | cache. |
| 689 | </para> | 689 | </para> |
| 690 | 690 | ||
