summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-12 10:57:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:13 +0100
commit1b877bc9dd3e9048489e6868020876af812cfa5e (patch)
treefa48122df594b4477be6529f51cf5f9255ebaaef /documentation/dev-manual/dev-manual-newbie.xml
parent7105c52799c506961ec59e28681d8d6b588ffb4a (diff)
downloadpoky-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/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 1579a4e89e..6ccf21882b 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -99,7 +99,7 @@
99 with the OpenEmbedded build system is advisable. 99 with the OpenEmbedded build system is advisable.
100 Of the SCMs BitBake supports, the 100 Of the SCMs BitBake supports, the
101 Yocto Project team strongly recommends using 101 Yocto Project team strongly recommends using
102 <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>. 102 <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>.
103 Git is a distributed system that is easy to backup, 103 Git is a distributed system that is easy to backup,
104 allows you to work remotely, and then connects back to the 104 allows you to work remotely, and then connects back to the
105 infrastructure. 105 infrastructure.
@@ -311,7 +311,7 @@
311 <itemizedlist> 311 <itemizedlist>
312 <listitem><para> 312 <listitem><para>
313 Use 313 Use
314 <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> 314 <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>
315 as the source control system. 315 as the source control system.
316 </para></listitem> 316 </para></listitem>
317 <listitem><para> 317 <listitem><para>
@@ -325,7 +325,7 @@
325 Separate the project's Metadata and code by using 325 Separate the project's Metadata and code by using
326 separate Git repositories. 326 separate Git repositories.
327 See the 327 See the
328 "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" 328 "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
329 section for information on these repositories. 329 section for information on these repositories.
330 See the 330 See the
331 "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" 331 "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>"
@@ -549,7 +549,7 @@
549 pull the change into the component's upstream repository. 549 pull the change into the component's upstream repository.
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;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" 552 "<ulink url='&YOCTO_DOCS_OM_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>"
553 section in the Yocto Project Overview and Concepts Manual for additional 553 section in the Yocto Project Overview and Concepts 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>
@@ -749,7 +749,7 @@
749 </para></listitem> 749 </para></listitem>
750 <listitem><para> 750 <listitem><para>
751 <emphasis>Search by File:</emphasis> 751 <emphasis>Search by File:</emphasis>
752 Using <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>, 752 Using <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>,
753 you can enter the following command to bring up a 753 you can enter the following command to bring up a
754 short list of all commits against a specific file: 754 short list of all commits against a specific file:
755 <literallayout class='monospaced'> 755 <literallayout class='monospaced'>