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/dev-manual/dev-manual-start.xml | |
| 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/dev-manual/dev-manual-start.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 12 |
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 f7f274bc8d..87d8757a09 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_GS_URL;#git'>Git</ulink>" | 263 | "<ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>" |
| 264 | section in the Yocto Project Overview and Concepts Manual. | 264 | section in the Yocto Project Overview and Concepts 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_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 268 | "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
| 269 | section in the Yocto Project Overview and Concepts Manual." | 269 | section in the Yocto Project Overview and Concepts 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_GS_URL;#source-repositories'>Source Repositories</ulink> | 280 | <ulink url='&YOCTO_DOCS_OM_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_GS_URL;#git-commands-clone'>clone</ulink> | 309 | <ulink url='&YOCTO_DOCS_OM_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> |
| @@ -473,7 +473,7 @@ | |||
| 473 | 473 | ||
| 474 | <para> | 474 | <para> |
| 475 | You create your Source Directory by using | 475 | You create your Source Directory by using |
| 476 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> to clone a local | 476 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> to clone a local |
| 477 | copy of the upstream <filename>poky</filename> repository. | 477 | copy of the upstream <filename>poky</filename> repository. |
| 478 | <note><title>Tip</title> | 478 | <note><title>Tip</title> |
| 479 | The preferred method of getting the Yocto Project Source | 479 | The preferred method of getting the Yocto Project Source |
| @@ -748,7 +748,7 @@ | |||
| 748 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> | 748 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> |
| 749 | under <filename>tmp/deploy/images</filename>. | 749 | under <filename>tmp/deploy/images</filename>. |
| 750 | For detailed information on the build process using BitBake, see the | 750 | For detailed information on the build process using BitBake, see the |
| 751 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 751 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>" |
| 752 | section in the Yocto Project Overview and Concepts Manual. | 752 | section in the Yocto Project Overview and Concepts Manual. |
| 753 | </para> | 753 | </para> |
| 754 | 754 | ||
