summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-05 11:00:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:27 +0000
commitb797db0db4b472edbee96cd891c9523818d13346 (patch)
tree219fa940ca3407006357c3fc90acb5c252906235 /documentation/dev-manual/dev-manual-start.xml
parent64c37b5400b489a3b52bbffac59689b392e0e1f0 (diff)
downloadpoky-b797db0db4b472edbee96cd891c9523818d13346.tar.gz
documentation: Created new YP Overview Manual
Fixes [YOCTO #12370] Added a new chapter to the newly created Yocto Project Overview Manual. This chapter originated from the YP Reference Manual and was the old chapter 3, which talked a lot about various concepts. This information is better suited for the new overview manual. The change involved moving the entire chapter and renaming it. This move of the content affected many, many external references and links into the old area. Consequently, I had to recast all these links from the different manual. Changes also included fixing the mega-manual.xml file so that it would include the new overview manual as part of it. Many figures had to be relocated as part of the move as well. This meant deleting them from the ref-manual/figures folder and putting them into the overview-manual/figures folder. (From yocto-docs rev: 87b81358f2bbd02b4a0d966d86c4d7b006d4d78f) 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.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index ff8b56e62b..64d048d240 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -262,13 +262,13 @@
262 <listitem><para> 262 <listitem><para>
263 For concepts and introductory information about Git as it 263 For concepts and introductory information about Git as it
264 is used in the Yocto Project, see the 264 is used in the Yocto Project, see the
265 "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" 265 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink>"
266 section in the Yocto Project Reference Manual. 266 section in the Yocto Project Overview Manual.
267 </para></listitem> 267 </para></listitem>
268 <listitem><para> 268 <listitem><para>
269 For concepts on Yocto Project source repositories, see the 269 For concepts on Yocto Project source repositories, see the
270 "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" 270 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
271 section in the Yocto Project Reference Manual." 271 section in the Yocto Project Overview Manual."
272 </para></listitem> 272 </para></listitem>
273 </itemizedlist> 273 </itemizedlist>
274 </note> 274 </note>
@@ -279,7 +279,7 @@
279 279
280 <para> 280 <para>
281 Working from a copy of the upstream Yocto Project 281 Working from a copy of the upstream Yocto Project
282 <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink> 282 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink>
283 is the preferred method for obtaining and using a Yocto Project 283 is the preferred method for obtaining and using a Yocto Project
284 release. 284 release.
285 You can view the Yocto Project Source Repositories at 285 You can view the Yocto Project Source Repositories at
@@ -308,7 +308,7 @@
308 <listitem><para> 308 <listitem><para>
309 <emphasis>Find the URL Used to Clone the Repository:</emphasis> 309 <emphasis>Find the URL Used to Clone the Repository:</emphasis>
310 At the bottom of the page, note the URL used to 310 At the bottom of the page, note the URL used to
311 <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink> 311 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git-commands-clone'>clone</ulink>
312 that repository (e.g. 312 that repository (e.g.
313 <filename>&YOCTO_GIT_URL;/poky</filename>). 313 <filename>&YOCTO_GIT_URL;/poky</filename>).
314 <note> 314 <note>
@@ -468,7 +468,7 @@
468 468
469 <para> 469 <para>
470 You create your Source Directory by using 470 You create your Source Directory by using
471 <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to clone a local 471 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink> to clone a local
472 copy of the upstream <filename>poky</filename> repository. 472 copy of the upstream <filename>poky</filename> repository.
473 <note><title>Tip</title> 473 <note><title>Tip</title>
474 The preferred method of getting the Yocto Project Source 474 The preferred method of getting the Yocto Project Source
@@ -734,8 +734,8 @@
734 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> 734 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
735 under <filename>tmp/deploy/images</filename>. 735 under <filename>tmp/deploy/images</filename>.
736 For detailed information on the build process using BitBake, see the 736 For detailed information on the build process using BitBake, see the
737 "<ulink url='&YOCTO_DOCS_REF_URL;#images-dev-environment'>Images</ulink>" 737 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#images-dev-environment'>Images</ulink>"
738 section in the Yocto Project Reference Manual. 738 section in the Yocto Project Overview Manual.
739 You can also reference the 739 You can also reference the
740 "<ulink url='&YOCTO_DOCS_QS_URL;#qs-building-images'>Building Images</ulink>" 740 "<ulink url='&YOCTO_DOCS_QS_URL;#qs-building-images'>Building Images</ulink>"
741 section in the Yocto Project Quick Start. 741 section in the Yocto Project Quick Start.