summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-11 10:01:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:28 +0000
commit00f87f84165964f262f8bb97378cfbef4b0c325a (patch)
treebbcaba5cc9155c7a9968c78e5e413889ac3b8e94 /documentation/ref-manual/ref-tasks.xml
parent937b66e9d1a017576c4ad7581dfdf33b77f8619f (diff)
downloadpoky-00f87f84165964f262f8bb97378cfbef4b0c325a.tar.gz
overview-manual, ref-manual: Moved "Shared State Cache" to overview manual
Fixes [YOCTO #12370] The section on shared state cache needed to be in the overview manual and not in the ref-manual. I moved it. Some links were affected, which I fixed. (From yocto-docs rev: 1c4e5207bdde19d4b48ef42b1de81390d8a02d64) 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.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 62a677a430..a90f02b7d8 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -628,8 +628,8 @@
628 628
629 <para> 629 <para>
630 Running this task does not remove the 630 Running this task does not remove the
631 <link linkend='shared-state-cache'>sstate</link>) cache 631 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>
632 files. 632 cache files.
633 Consequently, if no changes have been made and the recipe is 633 Consequently, if no changes have been made and the recipe is
634 rebuilt after cleaning, output files are simply restored from the 634 rebuilt after cleaning, output files are simply restored from the
635 sstate cache. 635 sstate cache.
@@ -645,8 +645,9 @@
645 645
646 <para> 646 <para>
647 Removes all output files, shared state 647 Removes all output files, shared state
648 (<link linkend='shared-state-cache'>sstate</link>) cache, and 648 (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>)
649 downloaded source files for a target (i.e. the contents of 649 cache, and downloaded source files for a target (i.e. the contents
650 of
650 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). 651 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>).
651 Essentially, the <filename>do_cleanall</filename> task is 652 Essentially, the <filename>do_cleanall</filename> task is
652 identical to the 653 identical to the
@@ -675,13 +676,14 @@
675 676
676 <para> 677 <para>
677 Removes all output files and shared state 678 Removes all output files and shared state
678 (<link linkend='shared-state-cache'>sstate</link>) 679 (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>)
679 cache for a target. 680 cache for a target.
680 Essentially, the <filename>do_cleansstate</filename> task is 681 Essentially, the <filename>do_cleansstate</filename> task is
681 identical to the 682 identical to the
682 <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> 683 <link linkend='ref-tasks-clean'><filename>do_clean</filename></link>
683 task with the added removal of shared state 684 task with the added removal of shared state
684 (<link linkend='shared-state-cache'>sstate</link>) cache. 685 (<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#shared-state-cache'>sstate</ulink>)
686 cache.
685 </para> 687 </para>
686 688
687 <para> 689 <para>