summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-13 10:18:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:13 +0100
commitd6755387a0e311782c664d0812afd3dbbfc06510 (patch)
tree1263fd5298f985b2181fed17318cf8459b6fef49
parent518ef44f614d14e5c50147b1f8775cd8c30a6977 (diff)
downloadpoky-d6755387a0e311782c664d0812afd3dbbfc06510.tar.gz
overview-manual: Scrubbed links and fixed a few
Found some mangled links in various spots that were causing the mega-manual.sed file issues. (From yocto-docs rev: 405a92f934bf7e209f3b8a543e63a1b4c693af29) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/overview-manual/overview-manual-concepts.xml9
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.xml7
-rw-r--r--documentation/overview-manual/overview-manual-intro.xml2
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.xml7
4 files changed, 9 insertions, 16 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml
index 5067e3f627..6f0b60e7a5 100644
--- a/documentation/overview-manual/overview-manual-concepts.xml
+++ b/documentation/overview-manual/overview-manual-concepts.xml
@@ -583,7 +583,7 @@
583 The layers appear at the bottom categorized under 583 The layers appear at the bottom categorized under
584 "Yocto Metadata Layers." 584 "Yocto Metadata Layers."
585 These layers are fundamentally a subset of the 585 These layers are fundamentally a subset of the
586 <ulink url="http://layers.openembedded.org/layerindex/layers/">OpenEmbedded Metadata Index</ulink>, 586 <ulink url="http://layers.openembedded.org/layerindex/layers/">OpenEmbedded Layer Index</ulink>,
587 which lists all layers provided by the OpenEmbedded community. 587 which lists all layers provided by the OpenEmbedded community.
588 <note> 588 <note>
589 Layers exist in the Yocto Project Source Repositories that 589 Layers exist in the Yocto Project Source Repositories that
@@ -826,13 +826,6 @@
826 recipe to point to the local directory on your disk to pull 826 recipe to point to the local directory on your disk to pull
827 in the whole source tree. 827 in the whole source tree.
828 </para> 828 </para>
829
830 <para>
831 For information on how to use the
832 <filename>externalsrc</filename> class, see the
833 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc.bbclass</filename></ulink>"
834 section.
835 </para>
836 </section> 829 </section>
837 830
838 <section id='scms'> 831 <section id='scms'>
diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml
index f45dd1b39e..faad11e862 100644
--- a/documentation/overview-manual/overview-manual-development-environment.xml
+++ b/documentation/overview-manual/overview-manual-development-environment.xml
@@ -142,7 +142,7 @@
142 </para> 142 </para>
143 143
144 <para>The 144 <para>The
145 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide'</ulink> 145 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>
146 provides BSP-related development information. 146 provides BSP-related development information.
147 For specifics on development host preparation, see the 147 For specifics on development host preparation, see the
148 "<ulink url='&YOCTO_DOCS_BSP_URL;#preparing-your-build-host-to-work-with-bsp-layers'>Preparing Your Build Host to Work With BSP Layers</ulink>" 148 "<ulink url='&YOCTO_DOCS_BSP_URL;#preparing-your-build-host-to-work-with-bsp-layers'>Preparing Your Build Host to Work With BSP Layers</ulink>"
@@ -238,8 +238,7 @@
238 </para></listitem> 238 </para></listitem>
239 <listitem><para> 239 <listitem><para>
240 Be sure to always work in matching branches for both 240 Be sure to always work in matching branches for both
241 the selected BSP repository and the 241 the selected BSP repository and the Source Directory
242 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
243 (i.e. <filename>poky</filename>) repository. 242 (i.e. <filename>poky</filename>) repository.
244 For example, if you have checked out the "master" branch 243 For example, if you have checked out the "master" branch
245 of <filename>poky</filename> and you are going to use 244 of <filename>poky</filename> and you are going to use
@@ -553,7 +552,7 @@
553 As mentioned briefly in the previous section and also in the 552 As mentioned briefly in the previous section and also in the
554 "<link linkend='gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</link>" 553 "<link linkend='gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</link>"
555 section, the Yocto Project maintains source repositories at 554 section, the Yocto Project maintains source repositories at
556 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>. 555 <ulink url='&YOCTO_GIT_URL;'></ulink>.
557 If you look at this web-interface of the repositories, each item 556 If you look at this web-interface of the repositories, each item
558 is a separate Git repository. 557 is a separate Git repository.
559 </para> 558 </para>
diff --git a/documentation/overview-manual/overview-manual-intro.xml b/documentation/overview-manual/overview-manual-intro.xml
index 2976f7c1b6..de1b5cf131 100644
--- a/documentation/overview-manual/overview-manual-intro.xml
+++ b/documentation/overview-manual/overview-manual-intro.xml
@@ -101,7 +101,7 @@
101 section in the Yocto Project Reference Manual. 101 section in the Yocto Project Reference Manual.
102 For a paper showing how to set up and run a quick build using the 102 For a paper showing how to set up and run a quick build using the
103 Yocto Project, see the 103 Yocto Project, see the
104 "<ulink url='&YOCTO_DOCS_BRIEF_URL;'>My First Yocto Project Build</ulink>" 104 "<ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>"
105 paper. 105 paper.
106 </para> 106 </para>
107 </section> 107 </section>
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml
index 03ba662bc3..2dbff165ab 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.xml
+++ b/documentation/overview-manual/overview-manual-yp-intro.xml
@@ -359,7 +359,7 @@
359 in this section. 359 in this section.
360 <note> 360 <note>
361 For general information on BSP layer structure, see the 361 For general information on BSP layer structure, see the
362 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Board Support Packages (BSP) - Developer's Guide</ulink>. 362 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>.
363 </note> 363 </note>
364 </para> 364 </para>
365 365
@@ -482,7 +482,8 @@
482 </para> 482 </para>
483 483
484 <para>For information on the eSDK, see the 484 <para>For information on the eSDK, see the
485 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and Extensible Software Development Kit (eSDK) Manual</ulink>. 485 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
486 Manual.
486 </para></listitem> 487 </para></listitem>
487 <listitem><para> 488 <listitem><para>
488 <emphasis><trademark class='trade'>Eclipse</trademark> IDE Plug-in:</emphasis> 489 <emphasis><trademark class='trade'>Eclipse</trademark> IDE Plug-in:</emphasis>
@@ -1175,7 +1176,7 @@
1175 and programming changes back into the image to make 1176 and programming changes back into the image to make
1176 their code available to other application developers. 1177 their code available to other application developers.
1177 For information on the eSDK, see the 1178 For information on the eSDK, see the
1178 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and Extensible Software Development Kit (eSDK)</ulink> 1179 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
1179 manual. 1180 manual.
1180 </para></listitem> 1181 </para></listitem>
1181 <listitem><para> 1182 <listitem><para>