mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5eed9a3fbe
commit
6512622882
@@ -11024,7 +11024,7 @@ Some notes from Cal:
|
||||
${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1
|
||||
</literallayout>
|
||||
For tasks that are accelerated through the shared state
|
||||
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>)
|
||||
(<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>)
|
||||
cache, an additional <filename>siginfo</filename> file
|
||||
is written into
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<chapter id='overview-manual-intro'>
|
||||
|
||||
<title>Getting Started with Yocto Project Manual</title>
|
||||
<section id='overview-welcome'>
|
||||
<section id='getting-started-welcome'>
|
||||
<title>Welcome</title>
|
||||
|
||||
<para>
|
||||
@@ -77,7 +77,7 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='overview-other-information'>
|
||||
<section id='getting-started-overview-other-information'>
|
||||
<title>Other Information</title>
|
||||
|
||||
<para>
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
and
|
||||
<link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>),
|
||||
run under
|
||||
<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
|
||||
<ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
|
||||
<note>
|
||||
<title>Caution</title>
|
||||
|
||||
@@ -630,7 +630,7 @@
|
||||
|
||||
<para>
|
||||
Running this task does not remove the
|
||||
<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>
|
||||
<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>
|
||||
cache files.
|
||||
Consequently, if no changes have been made and the recipe is
|
||||
rebuilt after cleaning, output files are simply restored from the
|
||||
@@ -647,7 +647,7 @@
|
||||
|
||||
<para>
|
||||
Removes all output files, shared state
|
||||
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>)
|
||||
(<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>)
|
||||
cache, and downloaded source files for a target (i.e. the contents
|
||||
of
|
||||
<link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>).
|
||||
@@ -678,13 +678,13 @@
|
||||
|
||||
<para>
|
||||
Removes all output files and shared state
|
||||
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>)
|
||||
(<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>)
|
||||
cache for a target.
|
||||
Essentially, the <filename>do_cleansstate</filename> task is
|
||||
identical to the
|
||||
<link linkend='ref-tasks-clean'><filename>do_clean</filename></link>
|
||||
task with the added removal of shared state
|
||||
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>)
|
||||
(<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>sstate</ulink>)
|
||||
cache.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -3017,7 +3017,7 @@
|
||||
<note><title>Caution</title>
|
||||
Tasks that read from or write to this directory should
|
||||
run under
|
||||
<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
|
||||
<ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
|
||||
</note>
|
||||
</para>
|
||||
</glossdef>
|
||||
@@ -10665,7 +10665,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
along with the
|
||||
<link linkend='structure-build-tmp-stamps'>stamp</link>
|
||||
and
|
||||
<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink>
|
||||
<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>shared state cache</ulink>
|
||||
mechanisms.
|
||||
</note>
|
||||
The <filename>PR</filename> variable primarily becomes
|
||||
|
||||
Reference in New Issue
Block a user