summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/getting-started/getting-started-intro.xml4
-rw-r--r--documentation/ref-manual/ref-tasks.xml10
-rw-r--r--documentation/ref-manual/ref-variables.xml4
4 files changed, 10 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 3ac223159b..167d107155 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -11024,7 +11024,7 @@ Some notes from Cal:
11024 ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 11024 ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1
11025 </literallayout> 11025 </literallayout>
11026 For tasks that are accelerated through the shared state 11026 For tasks that are accelerated through the shared state
11027 (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) 11027 (<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>)
11028 cache, an additional <filename>siginfo</filename> file 11028 cache, an additional <filename>siginfo</filename> file
11029 is written into 11029 is written into
11030 <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> 11030 <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink>
diff --git a/documentation/getting-started/getting-started-intro.xml b/documentation/getting-started/getting-started-intro.xml
index a523159fe2..278f413dcf 100644
--- a/documentation/getting-started/getting-started-intro.xml
+++ b/documentation/getting-started/getting-started-intro.xml
@@ -5,7 +5,7 @@
5<chapter id='overview-manual-intro'> 5<chapter id='overview-manual-intro'>
6 6
7<title>Getting Started with Yocto Project Manual</title> 7<title>Getting Started with Yocto Project Manual</title>
8 <section id='overview-welcome'> 8 <section id='getting-started-welcome'>
9 <title>Welcome</title> 9 <title>Welcome</title>
10 10
11 <para> 11 <para>
@@ -77,7 +77,7 @@
77 </para> 77 </para>
78 </section> 78 </section>
79 79
80 <section id='overview-other-information'> 80 <section id='getting-started-overview-other-information'>
81 <title>Other Information</title> 81 <title>Other Information</title>
82 82
83 <para> 83 <para>
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
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 68b2daaa1e..f2497249b5 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3017,7 +3017,7 @@
3017 <note><title>Caution</title> 3017 <note><title>Caution</title>
3018 Tasks that read from or write to this directory should 3018 Tasks that read from or write to this directory should
3019 run under 3019 run under
3020 <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. 3020 <ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
3021 </note> 3021 </note>
3022 </para> 3022 </para>
3023 </glossdef> 3023 </glossdef>
@@ -10665,7 +10665,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10665 along with the 10665 along with the
10666 <link linkend='structure-build-tmp-stamps'>stamp</link> 10666 <link linkend='structure-build-tmp-stamps'>stamp</link>
10667 and 10667 and
10668 <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink> 10668 <ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>shared state cache</ulink>
10669 mechanisms. 10669 mechanisms.
10670 </note> 10670 </note>
10671 The <filename>PR</filename> variable primarily becomes 10671 The <filename>PR</filename> variable primarily becomes