summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-29 15:18:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commitae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch)
treec920e85262a91e7626279e7dcbbd56a299919f49 /documentation/dev-manual/dev-manual-start.xml
parentebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff)
downloadpoky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz
documentation: Created new "Getting Started" manual.
Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) 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-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 27237c0d20..356abdf0a8 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -260,12 +260,12 @@
260 <listitem><para> 260 <listitem><para>
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_OVERVIEW_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 Yocto Project Overview 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_OVERVIEW_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 Yocto Project Overview Manual."
270 </para></listitem> 270 </para></listitem>
271 </itemizedlist> 271 </itemizedlist>
@@ -277,7 +277,7 @@
277 277
278 <para> 278 <para>
279 Working from a copy of the upstream Yocto Project 279 Working from a copy of the upstream Yocto Project
280 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink> 280 <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>
281 is the preferred method for obtaining and using a Yocto Project 281 is the preferred method for obtaining and using a Yocto Project
282 release. 282 release.
283 You can view the Yocto Project Source Repositories at 283 You can view the Yocto Project Source Repositories at
@@ -306,7 +306,7 @@
306 <listitem><para> 306 <listitem><para>
307 <emphasis>Find the URL Used to Clone the Repository:</emphasis> 307 <emphasis>Find the URL Used to Clone the Repository:</emphasis>
308 At the bottom of the page, note the URL used to 308 At the bottom of the page, note the URL used to
309 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git-commands-clone'>clone</ulink> 309 <ulink url='&YOCTO_DOCS_GS_URL;#git-commands-clone'>clone</ulink>
310 that repository (e.g. 310 that repository (e.g.
311 <filename>&YOCTO_GIT_URL;/poky</filename>). 311 <filename>&YOCTO_GIT_URL;/poky</filename>).
312 <note> 312 <note>
@@ -466,7 +466,7 @@
466 466
467 <para> 467 <para>
468 You create your Source Directory by using 468 You create your Source Directory by using
469 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink> to clone a local 469 <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> to clone a local
470 copy of the upstream <filename>poky</filename> repository. 470 copy of the upstream <filename>poky</filename> repository.
471 <note><title>Tip</title> 471 <note><title>Tip</title>
472 The preferred method of getting the Yocto Project Source 472 The preferred method of getting the Yocto Project Source
@@ -741,7 +741,7 @@
741 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> 741 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
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_OVERVIEW_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 Yocto Project Overview Manual.
746 </para> 746 </para>
747 747