diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 07:43:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
commit | 800ee0167a4badcfad88ff1b885c711c9b137ed9 (patch) | |
tree | 557c89896b74a85f54957b1ee2d1ddc6f56100cc /documentation/dev-manual/dev-manual-newbie.xml | |
parent | 2ff49eaea06e1820200b0d288fe1166de7f95821 (diff) | |
download | poky-800ee0167a4badcfad88ff1b885c711c9b137ed9.tar.gz |
dev-manual: Fixed broken links to "Source Directory" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from dev-manual to
ref-manual broke all the links to the "Source Directory" term.
I fixed them.
(From yocto-docs rev: d3a206b141e0b0c623362622ec73bbf44118071a)
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.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index b9fc265211..b64036af61 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -418,7 +418,7 @@ | |||
418 | column and see the URL at the bottom of the page that you need to clone | 418 | column and see the URL at the bottom of the page that you need to clone |
419 | a Git repository for that particular item. | 419 | a Git repository for that particular item. |
420 | Having a local Git repository of the | 420 | Having a local Git repository of the |
421 | <link linkend='source-directory'>Source Directory</link>, which is | 421 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>, which is |
422 | usually named "poky", allows | 422 | usually named "poky", allows |
423 | you to make changes, contribute to the history, and ultimately enhance | 423 | you to make changes, contribute to the history, and ultimately enhance |
424 | the Yocto Project's tools, Board Support Packages, and so forth. | 424 | the Yocto Project's tools, Board Support Packages, and so forth. |
@@ -435,7 +435,7 @@ | |||
435 | <itemizedlist> | 435 | <itemizedlist> |
436 | <listitem><para> | 436 | <listitem><para> |
437 | The recommended method for setting up the Yocto Project | 437 | The recommended method for setting up the Yocto Project |
438 | <link linkend='source-directory'>Source Directory</link> | 438 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
439 | and the files for supported BSPs | 439 | and the files for supported BSPs |
440 | (e.g., <filename>meta-intel</filename>) is to use | 440 | (e.g., <filename>meta-intel</filename>) is to use |
441 | <link linkend='git'>Git</link> to create a local copy of | 441 | <link linkend='git'>Git</link> to create a local copy of |
@@ -444,7 +444,7 @@ | |||
444 | <listitem><para> | 444 | <listitem><para> |
445 | Be sure to always work in matching branches for both | 445 | Be sure to always work in matching branches for both |
446 | the selected BSP repository and the | 446 | the selected BSP repository and the |
447 | <link linkend='source-directory'>Source Directory</link> | 447 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
448 | (i.e. <filename>poky</filename>) repository. | 448 | (i.e. <filename>poky</filename>) repository. |
449 | For example, if you have checked out the "master" branch | 449 | For example, if you have checked out the "master" branch |
450 | of <filename>poky</filename> and you are going to use | 450 | of <filename>poky</filename> and you are going to use |
@@ -522,7 +522,7 @@ | |||
522 | When you build an image using the Yocto Project, the build process uses a | 522 | When you build an image using the Yocto Project, the build process uses a |
523 | known list of licenses to ensure compliance. | 523 | known list of licenses to ensure compliance. |
524 | You can find this list in the | 524 | You can find this list in the |
525 | <link linkend='source-directory'>Source Directory</link> at | 525 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> at |
526 | <filename>meta/files/common-licenses</filename>. | 526 | <filename>meta/files/common-licenses</filename>. |
527 | Once the build completes, the list of all licenses found and used during that build are | 527 | Once the build completes, the list of all licenses found and used during that build are |
528 | kept in the | 528 | kept in the |
@@ -554,7 +554,7 @@ | |||
554 | You can find a list of the combined SPDX and OSI licenses that the | 554 | You can find a list of the combined SPDX and OSI licenses that the |
555 | Yocto Project uses in the | 555 | Yocto Project uses in the |
556 | <filename>meta/files/common-licenses</filename> directory in your | 556 | <filename>meta/files/common-licenses</filename> directory in your |
557 | <link linkend='source-directory'>Source Directory</link>. | 557 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
558 | </para> | 558 | </para> |
559 | 559 | ||
560 | <para> | 560 | <para> |
@@ -665,7 +665,7 @@ | |||
665 | $ git checkout -b &DISTRO_NAME_NO_CAP; origin/&DISTRO_NAME_NO_CAP; | 665 | $ git checkout -b &DISTRO_NAME_NO_CAP; origin/&DISTRO_NAME_NO_CAP; |
666 | </literallayout> | 666 | </literallayout> |
667 | In this example, the name of the top-level directory of your local | 667 | In this example, the name of the top-level directory of your local |
668 | <link linkend='source-directory'>Source Directory</link> | 668 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
669 | is "poky" and the name of that local working area (local branch) | 669 | is "poky" and the name of that local working area (local branch) |
670 | you just created and checked out is "&DISTRO_NAME_NO_CAP;". | 670 | you just created and checked out is "&DISTRO_NAME_NO_CAP;". |
671 | The files in your local repository now reflect the same files that | 671 | The files in your local repository now reflect the same files that |
@@ -960,7 +960,7 @@ | |||
960 | workflow. | 960 | workflow. |
961 | You can find these scripts in the <filename>scripts</filename> | 961 | You can find these scripts in the <filename>scripts</filename> |
962 | folder of the | 962 | folder of the |
963 | <link linkend='source-directory'>Source Directory</link>. | 963 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
964 | For information on how to use these scripts, see the | 964 | For information on how to use these scripts, see the |
965 | "<link linkend='pushing-a-change-upstream'>Using Scripts to Push a Change Upstream and Request a Pull</link>" section. | 965 | "<link linkend='pushing-a-change-upstream'>Using Scripts to Push a Change Upstream and Request a Pull</link>" section. |
966 | </para></listitem> | 966 | </para></listitem> |
@@ -1216,7 +1216,7 @@ | |||
1216 | <emphasis>Maintenance File:</emphasis> | 1216 | <emphasis>Maintenance File:</emphasis> |
1217 | Examine the <filename>maintainers.inc</filename> file, which is | 1217 | Examine the <filename>maintainers.inc</filename> file, which is |
1218 | located in the | 1218 | located in the |
1219 | <link linkend='source-directory'>Source Directory</link> | 1219 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
1220 | at <filename>meta-poky/conf/distro/include</filename>, to | 1220 | at <filename>meta-poky/conf/distro/include</filename>, to |
1221 | see who is responsible for code. | 1221 | see who is responsible for code. |
1222 | </para></listitem> | 1222 | </para></listitem> |
@@ -1371,7 +1371,7 @@ | |||
1371 | These scripts are <filename>create-pull-request</filename> and | 1371 | These scripts are <filename>create-pull-request</filename> and |
1372 | <filename>send-pull-request</filename>. | 1372 | <filename>send-pull-request</filename>. |
1373 | You can find these scripts in the <filename>scripts</filename> directory | 1373 | You can find these scripts in the <filename>scripts</filename> directory |
1374 | within the <link linkend='source-directory'>Source Directory</link>.</para> | 1374 | within the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.</para> |
1375 | <para>Using these scripts correctly formats the requests without introducing any | 1375 | <para>Using these scripts correctly formats the requests without introducing any |
1376 | whitespace or HTML formatting. | 1376 | whitespace or HTML formatting. |
1377 | The maintainer that receives your patches needs to be able to save and apply them | 1377 | The maintainer that receives your patches needs to be able to save and apply them |