summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-30 13:45:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:30 +0000
commit4d623003f3a16b9fb91d5e655ff415636e31f582 (patch)
tree77f61126c639e4bdbd8ff18917df97e8ce501b5c /documentation/dev-manual
parent31bd483368a5d20a0f77b59d9376bb47b111f516 (diff)
downloadpoky-4d623003f3a16b9fb91d5e655ff415636e31f582.tar.gz
documentation: Purged overview manual references
When I converted the Yocto Project Overview Manual to the Getting Started With Yocto Project Manual, I updated the strings for references from "&YOCTO_DOCS_OVERVIEW_URL" TO "&YOCTO_DOCS_GS_URL". Unfortunately, I did it with a global command that did not take into account the text the might follow the link by saying "see such-and-such section in the Yocto Project Overview Manual." So, I had to hand fix these. Additionally, since I have moved a deeper concepts chapter that was in the getting-started manual to a new Yocto Project Concepts chapter, many of those links changed had to really go to the new manual instead. Those were fixed. (From yocto-docs rev: fca1c56b0764802fb6a687ea81ab0fb95186cf0a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml36
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
3 files changed, 22 insertions, 22 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f420a14f5a..3ac223159b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1508,7 +1508,7 @@
1508 <note> 1508 <note>
1509 For information on recipe syntax, see the 1509 For information on recipe syntax, see the
1510 "<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>" 1510 "<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>"
1511 section in the Yocto Project Overview Manual. 1511 section in the Getting Started With Yocto Project Manual.
1512 </note> 1512 </note>
1513 </para> 1513 </para>
1514 1514
@@ -1799,7 +1799,7 @@
1799 <para> 1799 <para>
1800 You can find more information about the build process in 1800 You can find more information about the build process in
1801 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" 1801 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>"
1802 chapter of the Yocto Project Overview Manual. 1802 chapter of the Getting Started With Yocto Project Manual.
1803 </para> 1803 </para>
1804 </section> 1804 </section>
1805 1805
@@ -1816,7 +1816,7 @@
1816 that points to where the source is located. 1816 that points to where the source is located.
1817 For a graphical representation of source locations, see the 1817 For a graphical representation of source locations, see the
1818 "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" 1818 "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>"
1819 section in the Yocto Project Overview Manual. 1819 section in the Getting Started With Yocto Project Manual.
1820 </para> 1820 </para>
1821 1821
1822 <para> 1822 <para>
@@ -2128,8 +2128,8 @@
2128 containing the current checksum. 2128 containing the current checksum.
2129 For more explanation and examples of how to set the 2129 For more explanation and examples of how to set the
2130 <filename>LIC_FILES_CHKSUM</filename> variable, see the 2130 <filename>LIC_FILES_CHKSUM</filename> variable, see the
2131 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" 2131 "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
2132 section in the Yocto Project Overview Manual.</para> 2132 section in the Yocto Project Concepts Manual.</para>
2133 <para>To determine the correct checksum string, you 2133 <para>To determine the correct checksum string, you
2134 can list the appropriate files in the 2134 can list the appropriate files in the
2135 <filename>LIC_FILES_CHKSUM</filename> variable with 2135 <filename>LIC_FILES_CHKSUM</filename> variable with
@@ -2275,8 +2275,8 @@
2275 automatically add a runtime dependency to "mypackage" on 2275 automatically add a runtime dependency to "mypackage" on
2276 "example"). 2276 "example").
2277 See the 2277 See the
2278 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 2278 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
2279 in the Yocto Project Overview Manual for further details. 2279 in the Yocto Project Concepts Manual for further details.
2280 </para> 2280 </para>
2281 </section> 2281 </section>
2282 2282
@@ -3211,8 +3211,8 @@
3211 The variable 3211 The variable
3212 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> 3212 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename>
3213 is used to track source license changes as described in the 3213 is used to track source license changes as described in the
3214 "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" 3214 "<ulink url='&YOCTO_DOCS_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
3215 section in the Yocto Project Overview Manual. 3215 section in the Yocto Project Concepts Manual.
3216 You can quickly create Autotool-based recipes in a manner similar to the previous example. 3216 You can quickly create Autotool-based recipes in a manner similar to the previous example.
3217 </para> 3217 </para>
3218 </section> 3218 </section>
@@ -3418,8 +3418,8 @@
3418 allows runtime dependencies between packages 3418 allows runtime dependencies between packages
3419 to be added automatically. 3419 to be added automatically.
3420 See the 3420 See the
3421 "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" 3421 "<ulink url='&YOCTO_DOCS_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
3422 section in the Yocto Project Overview Manual 3422 section in the Yocto Project Concepts Manual
3423 for more information. 3423 for more information.
3424 </para></listitem> 3424 </para></listitem>
3425 </itemizedlist> 3425 </itemizedlist>
@@ -4543,8 +4543,8 @@
4543 architectures. 4543 architectures.
4544 <note> 4544 <note>
4545 For more information on x32 psABI, see the 4545 For more information on x32 psABI, see the
4546 "<ulink url='&YOCTO_DOCS_GS_URL;#x32'>x32 psABI</ulink>" 4546 "<ulink url='&YOCTO_DOCS_CM_URL;#x32'>x32 psABI</ulink>"
4547 section in the Yocto Project Overview Manual. 4547 section in the Yocto Project Concepts Manual.
4548 </note> 4548 </note>
4549 To use the x32 psABI, you need to edit your 4549 To use the x32 psABI, you need to edit your
4550 <filename>conf/local.conf</filename> configuration file as 4550 <filename>conf/local.conf</filename> configuration file as
@@ -7347,7 +7347,7 @@ Some notes from Cal:
7347 7347
7348 <para> 7348 <para>
7349 Because the OpenEmbedded build system uses 7349 Because the OpenEmbedded build system uses
7350 "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", 7350 "<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>signatures</ulink>",
7351 which are unique to a given build, the build system 7351 which are unique to a given build, the build system
7352 knows when to rebuild packages. 7352 knows when to rebuild packages.
7353 All the inputs into a given task are represented by a 7353 All the inputs into a given task are represented by a
@@ -7451,8 +7451,8 @@ Some notes from Cal:
7451 7451
7452 <para> 7452 <para>
7453 For more information on shared state, see the 7453 For more information on shared state, see the
7454 "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" 7454 "<ulink url='&YOCTO_DOCS_CM_URL;#shared-state-cache'>Shared State Cache</ulink>"
7455 section in the Yocto Project Overview Manual. 7455 section in the Yocto Project Concepts Manual.
7456 </para> 7456 </para>
7457 </note> 7457 </note>
7458 </section> 7458 </section>
@@ -11134,8 +11134,8 @@ Some notes from Cal:
11134 considers it "out of date". 11134 considers it "out of date".
11135 See the 11135 See the
11136 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" 11136 "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
11137 section in the Yocto Project Overview Manual for how BitBake 11137 section in the Getting Started With Yocto Project Manual for
11138 determines whether a task is "out of date". 11138 how BitBake determines whether a task is "out of date".
11139 </para> 11139 </para>
11140 11140
11141 <para> 11141 <para>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index acbdc280a4..68c8d9bbea 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -550,7 +550,7 @@
550 You do this by pushing to a contribution repository that is upstream. 550 You do this by pushing to a contribution repository that is upstream.
551 See the 551 See the
552 "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>" 552 "<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>"
553 section in the Yocto Project Overview Manual for additional 553 section in the Getting Started With Yocto Project Manual for additional
554 concepts on working in the Yocto Project development environment. 554 concepts on working in the Yocto Project development environment.
555 </para> 555 </para>
556 556
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 356abdf0a8..f14a91f94b 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -261,12 +261,12 @@
261 For concepts and introductory information about Git as it 261 For concepts and introductory information about Git as it
262 is used in the Yocto Project, see the 262 is used in the Yocto Project, see the
263 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" 263 "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>"
264 section in the Yocto Project Overview Manual. 264 section in the Getting Started With Yocto Project Manual.
265 </para></listitem> 265 </para></listitem>
266 <listitem><para> 266 <listitem><para>
267 For concepts on Yocto Project source repositories, see the 267 For concepts on Yocto Project source repositories, see the
268 "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" 268 "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
269 section in the Yocto Project Overview Manual." 269 section in the Getting Started With Yocto Project Manual."
270 </para></listitem> 270 </para></listitem>
271 </itemizedlist> 271 </itemizedlist>
272 </note> 272 </note>
@@ -742,7 +742,7 @@
742 under <filename>tmp/deploy/images</filename>. 742 under <filename>tmp/deploy/images</filename>.
743 For detailed information on the build process using BitBake, see the 743 For detailed information on the build process using BitBake, see the
744 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" 744 "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
745 section in the Yocto Project Overview Manual. 745 section in the Getting Started With Yocto Project Manual.
746 </para> 746 </para>
747 747
748 <para> 748 <para>