summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
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>