diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-12 10:57:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:13 +0100 |
| commit | 1b877bc9dd3e9048489e6868020876af812cfa5e (patch) | |
| tree | fa48122df594b4477be6529f51cf5f9255ebaaef /documentation/overview-manual | |
| parent | 7105c52799c506961ec59e28681d8d6b588ffb4a (diff) | |
| download | poky-1b877bc9dd3e9048489e6868020876af812cfa5e.tar.gz | |
documentation: Updated everything for new overview-manual
This involved changing the root manual folder from
"getting-started" to "overview-manual".
Also, every link using the ENTITY "YOCTO_DOCS_GS_URL" was
changed to "YOCTO_DOCS_OM_URL". Most manuals had several
occurrences of these links.
The makefile needed updating to process the new manual
and not process the old "getting-started" manual.
(From yocto-docs rev: 1abf64e56e9096258038ae37b787a81bf786bb3b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 6 | ||||
| -rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 20 |
2 files changed, 11 insertions, 15 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 123cf15d19..5067e3f627 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
| @@ -203,8 +203,8 @@ | |||
| 203 | <para> | 203 | <para> |
| 204 | For more introductory information on the Yocto Project's layer | 204 | For more introductory information on the Yocto Project's layer |
| 205 | model, see the | 205 | model, see the |
| 206 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 206 | "<link linkend='the-yocto-project-layer-model'>The Yocto Project Layer Model</link>" |
| 207 | section in the Yocto Project Overview and Concepts Manual. | 207 | section. |
| 208 | For procedures on how to create layers, see the | 208 | For procedures on how to create layers, see the |
| 209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
| 210 | section in the Yocto Project Development Tasks Manual. | 210 | section in the Yocto Project Development Tasks Manual. |
| @@ -1567,7 +1567,7 @@ | |||
| 1567 | <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> | 1567 | <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> |
| 1568 | variable, and the end of the name consists of the task's | 1568 | variable, and the end of the name consists of the task's |
| 1569 | name and current | 1569 | name and current |
| 1570 | <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksum</ulink>. | 1570 | <link linkend='overview-checksums'>input checksum</link>. |
| 1571 | <note> | 1571 | <note> |
| 1572 | This naming scheme assumes that | 1572 | This naming scheme assumes that |
| 1573 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> | 1573 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 437635842a..c38de74fd1 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
| @@ -654,9 +654,8 @@ | |||
| 654 | when they do not.</para> | 654 | when they do not.</para> |
| 655 | 655 | ||
| 656 | <para>You can read more about Pseudo in the | 656 | <para>You can read more about Pseudo in the |
| 657 | "<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>" | 657 | "<link linkend='fakeroot-and-pseudo'>Fakeroot and Pseudo</link>" |
| 658 | section of the Yocto Project Overview and Concepts | 658 | section. |
| 659 | Manual. | ||
| 660 | </para></listitem> | 659 | </para></listitem> |
| 661 | </itemizedlist> | 660 | </itemizedlist> |
| 662 | </para> | 661 | </para> |
| @@ -695,10 +694,8 @@ | |||
| 695 | the Yocto Project. | 694 | the Yocto Project. |
| 696 | The Yocto Project and the OpenEmbedded Project both | 695 | The Yocto Project and the OpenEmbedded Project both |
| 697 | maintain the OpenEmbedded-Core. | 696 | maintain the OpenEmbedded-Core. |
| 698 | You can find the OE-Core metadata in the Yocto | 697 | You can find the OE-Core metadata in the Yocto Project |
| 699 | Project | 698 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta'>Source Repositories</ulink>. |
| 700 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | ||
| 701 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta'>here</ulink>. | ||
| 702 | </para> | 699 | </para> |
| 703 | 700 | ||
| 704 | <para>Historically, the Yocto Project integrated the | 701 | <para>Historically, the Yocto Project integrated the |
| @@ -777,9 +774,8 @@ | |||
| 777 | in constrained environments.</para> | 774 | in constrained environments.</para> |
| 778 | 775 | ||
| 779 | <para>You can find the Matchbox source in its | 776 | <para>You can find the Matchbox source in its |
| 780 | <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>repository</ulink> | 777 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>repository</ulink> |
| 781 | listed in the Yocto Project | 778 | listed in the Yocto Project Source Repositories. |
| 782 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. | ||
| 783 | </para></listitem> | 779 | </para></listitem> |
| 784 | <listitem><para> | 780 | <listitem><para> |
| 785 | <emphasis>Opkg</emphasis> | 781 | <emphasis>Opkg</emphasis> |
| @@ -1143,8 +1139,8 @@ | |||
| 1143 | 1139 | ||
| 1144 | <para> | 1140 | <para> |
| 1145 | For a very detailed look at this workflow, see the | 1141 | For a very detailed look at this workflow, see the |
| 1146 | "<ulink url='&YOCTO_DOCS_GS_URL;#development-concepts'>Development Concepts</ulink>" | 1142 | "<link linkend='development-concepts'>Development Concepts</link>" |
| 1147 | section in the Yocto Project Overview and Concepts Manual. | 1143 | section. |
| 1148 | </para> | 1144 | </para> |
| 1149 | </section> | 1145 | </section> |
| 1150 | 1146 | ||
