diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 32 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 14 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 18 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 6 |
4 files changed, 36 insertions, 34 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 108ac78fe0..8f39d19044 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -59,7 +59,7 @@ | |||
59 | <title>Layers</title> | 59 | <title>Layers</title> |
60 | 60 | ||
61 | <para> | 61 | <para> |
62 | The <link linkend='source-directory'>Source Directory</link> | 62 | The <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
63 | contains both general layers and BSP | 63 | contains both general layers and BSP |
64 | layers right out of the box. | 64 | layers right out of the box. |
65 | You can easily identify layers that ship with a | 65 | You can easily identify layers that ship with a |
@@ -438,7 +438,7 @@ | |||
438 | </para></listitem> | 438 | </para></listitem> |
439 | <listitem><para>Clone the repository alongside other | 439 | <listitem><para>Clone the repository alongside other |
440 | <filename>meta</filename> directories in the | 440 | <filename>meta</filename> directories in the |
441 | <link linkend='source-directory'>Source Directory</link>. | 441 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
442 | </para></listitem> | 442 | </para></listitem> |
443 | </itemizedlist> | 443 | </itemizedlist> |
444 | Following these recommendations keeps your Source Directory and | 444 | Following these recommendations keeps your Source Directory and |
@@ -736,7 +736,7 @@ | |||
736 | <para> | 736 | <para> |
737 | As an example, consider the main formfactor recipe and a | 737 | As an example, consider the main formfactor recipe and a |
738 | corresponding formfactor append file both from the | 738 | corresponding formfactor append file both from the |
739 | <link linkend='source-directory'>Source Directory</link>. | 739 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
740 | Here is the main formfactor recipe, which is named | 740 | Here is the main formfactor recipe, which is named |
741 | <filename>formfactor_0.0.bb</filename> and located in the | 741 | <filename>formfactor_0.0.bb</filename> and located in the |
742 | "meta" layer at | 742 | "meta" layer at |
@@ -3074,7 +3074,7 @@ | |||
3074 | class. | 3074 | class. |
3075 | See the <filename>systemd.bbclass</filename> file | 3075 | See the <filename>systemd.bbclass</filename> file |
3076 | located in your | 3076 | located in your |
3077 | <link linkend='source-directory'>Source Directory</link>. | 3077 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
3078 | section for more information. | 3078 | section for more information. |
3079 | </para></listitem> | 3079 | </para></listitem> |
3080 | </itemizedlist> | 3080 | </itemizedlist> |
@@ -4177,7 +4177,7 @@ | |||
4177 | <para> | 4177 | <para> |
4178 | Several examples exist in the | 4178 | Several examples exist in the |
4179 | <filename>meta-skeleton</filename> layer found in the | 4179 | <filename>meta-skeleton</filename> layer found in the |
4180 | <link linkend='source-directory'>Source Directory</link>: | 4180 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>: |
4181 | <itemizedlist> | 4181 | <itemizedlist> |
4182 | <listitem><para><filename>conf/multilib-example.conf</filename> | 4182 | <listitem><para><filename>conf/multilib-example.conf</filename> |
4183 | configuration file</para></listitem> | 4183 | configuration file</para></listitem> |
@@ -4203,7 +4203,7 @@ | |||
4203 | Many standard recipes are already extended and support multiple libraries. | 4203 | Many standard recipes are already extended and support multiple libraries. |
4204 | You can check in the <filename>meta/conf/multilib.conf</filename> | 4204 | You can check in the <filename>meta/conf/multilib.conf</filename> |
4205 | configuration file in the | 4205 | configuration file in the |
4206 | <link linkend='source-directory'>Source Directory</link> to see how this is | 4206 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> to see how this is |
4207 | done using the | 4207 | done using the |
4208 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink> | 4208 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink> |
4209 | variable. | 4209 | variable. |
@@ -5188,7 +5188,7 @@ | |||
5188 | The directory in which these files reside is | 5188 | The directory in which these files reside is |
5189 | <filename>scripts/lib/image/canned-wks/</filename> | 5189 | <filename>scripts/lib/image/canned-wks/</filename> |
5190 | located in the | 5190 | located in the |
5191 | <link linkend='source-directory'>Source Directory</link>. | 5191 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
5192 | Because the available files reside in this directory, | 5192 | Because the available files reside in this directory, |
5193 | you can create and add your own custom files to the | 5193 | you can create and add your own custom files to the |
5194 | directory. | 5194 | directory. |
@@ -5937,7 +5937,7 @@ | |||
5937 | script found in the | 5937 | script found in the |
5938 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. | 5938 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. |
5939 | You must also be sure of the state of your build in the | 5939 | You must also be sure of the state of your build in the |
5940 | <link linkend='source-directory'>Source Directory</link>. | 5940 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
5941 | The following commands run <filename>menuconfig</filename> | 5941 | The following commands run <filename>menuconfig</filename> |
5942 | assuming the Source Directory's top-level folder is | 5942 | assuming the Source Directory's top-level folder is |
5943 | <filename>~/poky</filename>: | 5943 | <filename>~/poky</filename>: |
@@ -6371,7 +6371,7 @@ | |||
6371 | or even altering the source code itself. | 6371 | or even altering the source code itself. |
6372 | <note> | 6372 | <note> |
6373 | You can use the <filename>yocto-kernel</filename> script | 6373 | You can use the <filename>yocto-kernel</filename> script |
6374 | found in the <link linkend='source-directory'>Source Directory</link> | 6374 | found in the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
6375 | under <filename>scripts</filename> to manage kernel patches and configuration. | 6375 | under <filename>scripts</filename> to manage kernel patches and configuration. |
6376 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>" | 6376 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>" |
6377 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide for | 6377 | section in the Yocto Project Board Support Packages (BSP) Developer's Guide for |
@@ -6389,7 +6389,7 @@ | |||
6389 | <para> | 6389 | <para> |
6390 | The example assumes a clean build exists for the <filename>qemux86</filename> | 6390 | The example assumes a clean build exists for the <filename>qemux86</filename> |
6391 | machine in a | 6391 | machine in a |
6392 | <link linkend='source-directory'>Source Directory</link> | 6392 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
6393 | named <filename>poky</filename>. | 6393 | named <filename>poky</filename>. |
6394 | Furthermore, the | 6394 | Furthermore, the |
6395 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> | 6395 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> |
@@ -6814,7 +6814,7 @@ | |||
6814 | The security flags are in the | 6814 | The security flags are in the |
6815 | <filename>meta/conf/distro/include/security_flags.inc</filename> | 6815 | <filename>meta/conf/distro/include/security_flags.inc</filename> |
6816 | file in your | 6816 | file in your |
6817 | <link linkend='source-directory'>Source Directory</link> | 6817 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
6818 | (e.g. <filename>poky</filename>). | 6818 | (e.g. <filename>poky</filename>). |
6819 | <note> | 6819 | <note> |
6820 | Depending on the recipe, certain security flags are enabled | 6820 | Depending on the recipe, certain security flags are enabled |
@@ -7108,7 +7108,7 @@ | |||
7108 | The <filename>TEMPLATECONF</filename> variable is set in the | 7108 | The <filename>TEMPLATECONF</filename> variable is set in the |
7109 | <filename>.templateconf</filename> file, which is in the | 7109 | <filename>.templateconf</filename> file, which is in the |
7110 | top-level | 7110 | top-level |
7111 | <link linkend='source-directory'>Source Directory</link> | 7111 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
7112 | folder (e.g. <filename>poky</filename>). | 7112 | folder (e.g. <filename>poky</filename>). |
7113 | Edit the <filename>.templateconf</filename> so that it can locate | 7113 | Edit the <filename>.templateconf</filename> so that it can locate |
7114 | your directory. | 7114 | your directory. |
@@ -7298,7 +7298,7 @@ | |||
7298 | <para> | 7298 | <para> |
7299 | To help you see where you currently are with kernel and root | 7299 | To help you see where you currently are with kernel and root |
7300 | filesystem sizes, you can use two tools found in the | 7300 | filesystem sizes, you can use two tools found in the |
7301 | <link linkend='source-directory'>Source Directory</link> in | 7301 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> in |
7302 | the <filename>scripts/tiny/</filename> directory: | 7302 | the <filename>scripts/tiny/</filename> directory: |
7303 | <itemizedlist> | 7303 | <itemizedlist> |
7304 | <listitem><para><filename>ksize.py</filename>: Reports | 7304 | <listitem><para><filename>ksize.py</filename>: Reports |
@@ -10251,7 +10251,7 @@ | |||
10251 | <para> | 10251 | <para> |
10252 | All test files reside in | 10252 | All test files reside in |
10253 | <filename>meta/lib/oeqa/runtime</filename> in the | 10253 | <filename>meta/lib/oeqa/runtime</filename> in the |
10254 | <link linkend='source-directory'>Source Directory</link>. | 10254 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
10255 | A test name maps directly to a Python module. | 10255 | A test name maps directly to a Python module. |
10256 | Each test module may contain a number of individual tests. | 10256 | Each test module may contain a number of individual tests. |
10257 | Tests are usually grouped together by the area | 10257 | Tests are usually grouped together by the area |
@@ -11350,7 +11350,7 @@ | |||
11350 | Once the patch file exists, you need to add it back to the | 11350 | Once the patch file exists, you need to add it back to the |
11351 | originating recipe folder. | 11351 | originating recipe folder. |
11352 | Here is an example assuming a top-level | 11352 | Here is an example assuming a top-level |
11353 | <link linkend='source-directory'>Source Directory</link> | 11353 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
11354 | named <filename>poky</filename>: | 11354 | named <filename>poky</filename>: |
11355 | <literallayout class='monospaced'> | 11355 | <literallayout class='monospaced'> |
11356 | $ cp patches/parallelmake.patch poky/meta/recipes-connectivity/neard/neard | 11356 | $ cp patches/parallelmake.patch poky/meta/recipes-connectivity/neard/neard |
@@ -11700,7 +11700,7 @@ | |||
11700 | browse errors, view statistics, and query for errors. | 11700 | browse errors, view statistics, and query for errors. |
11701 | The tool works using a client-server system where the client | 11701 | The tool works using a client-server system where the client |
11702 | portion is integrated with the installed Yocto Project | 11702 | portion is integrated with the installed Yocto Project |
11703 | <link linkend='source-directory'>Source Directory</link> | 11703 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
11704 | (e.g. <filename>poky</filename>). | 11704 | (e.g. <filename>poky</filename>). |
11705 | The server receives the information collected and saves it in a | 11705 | The server receives the information collected and saves it in a |
11706 | database. | 11706 | database. |
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 068fd66893..39d7b98f53 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -123,8 +123,9 @@ | |||
123 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both | 123 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both |
124 | in the Yocto Project Quick Start for requirements.</para></listitem> | 124 | in the Yocto Project Quick Start for requirements.</para></listitem> |
125 | <listitem><para><emphasis>Establish a local copy of the project files on your | 125 | <listitem><para><emphasis>Establish a local copy of the project files on your |
126 | system</emphasis>: You need this <link linkend='source-directory'>Source | 126 | system</emphasis>: You need this |
127 | Directory</link> available on your host system. | 127 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
128 | available on your host system. | ||
128 | Having these files on your system gives you access to the build | 129 | Having these files on your system gives you access to the build |
129 | process and to the tools you need. | 130 | process and to the tools you need. |
130 | For information on how to set up the Source Directory, | 131 | For information on how to set up the Source Directory, |
@@ -178,7 +179,7 @@ | |||
178 | and <filename>edgerouter</filename> (MIPS). | 179 | and <filename>edgerouter</filename> (MIPS). |
179 | The recipes and configurations for these five BSPs | 180 | The recipes and configurations for these five BSPs |
180 | are located and dispersed within the | 181 | are located and dispersed within the |
181 | <link linkend='source-directory'>Source Directory</link>. | 182 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
182 | </para> | 183 | </para> |
183 | 184 | ||
184 | <para> | 185 | <para> |
@@ -471,8 +472,9 @@ | |||
471 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both | 472 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" sections both |
472 | in the Yocto Project Quick Start for requirements.</para></listitem> | 473 | in the Yocto Project Quick Start for requirements.</para></listitem> |
473 | <listitem><para><emphasis>Establish a local copy of project files on your | 474 | <listitem><para><emphasis>Establish a local copy of project files on your |
474 | system</emphasis>: Having the <link linkend='source-directory'>Source | 475 | system</emphasis>: Having the |
475 | Directory</link> on your system gives you access to the build process and tools | 476 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
477 | on your system gives you access to the build process and tools | ||
476 | you need. | 478 | you need. |
477 | For information on how to get these files, see the bulleted item | 479 | For information on how to get these files, see the bulleted item |
478 | "<link linkend='local-yp-release'>Yocto Project Release</link>" earlier in this manual. | 480 | "<link linkend='local-yp-release'>Yocto Project Release</link>" earlier in this manual. |
@@ -1381,7 +1383,7 @@ | |||
1381 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'>S</ulink></filename> variable. | 1383 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'>S</ulink></filename> variable. |
1382 | Below is the default value for the <filename>S</filename> variable as defined in the | 1384 | Below is the default value for the <filename>S</filename> variable as defined in the |
1383 | <filename>meta/conf/bitbake.conf</filename> configuration file in the | 1385 | <filename>meta/conf/bitbake.conf</filename> configuration file in the |
1384 | <link linkend='source-directory'>Source Directory</link>: | 1386 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>: |
1385 | <literallayout class='monospaced'> | 1387 | <literallayout class='monospaced'> |
1386 | S = "${WORKDIR}/${BP}" | 1388 | S = "${WORKDIR}/${BP}" |
1387 | </literallayout> | 1389 | </literallayout> |
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 |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 1808feb5c3..4dbcc7e34a 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -25,7 +25,7 @@ | |||
25 | The Yocto Project is an open-source collaboration project focused on embedded Linux development. | 25 | The Yocto Project is an open-source collaboration project focused on embedded Linux development. |
26 | The project currently provides a build system that is | 26 | The project currently provides a build system that is |
27 | referred to as the | 27 | referred to as the |
28 | <ulink url='&YOCTO_DOCS_REF;#build-system-term'>OpenEmbedded build system</ulink> | 28 | <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink> |
29 | in the Yocto Project documentation. | 29 | in the Yocto Project documentation. |
30 | The Yocto Project provides various ancillary tools for the embedded developer | 30 | The Yocto Project provides various ancillary tools for the embedded developer |
31 | and also features the Sato reference User Interface, which is optimized for | 31 | and also features the Sato reference User Interface, which is optimized for |
@@ -85,7 +85,7 @@ | |||
85 | You need a release of the Yocto Project locally installed on | 85 | You need a release of the Yocto Project locally installed on |
86 | your development system. | 86 | your development system. |
87 | The documentation refers to this set of locally installed files | 87 | The documentation refers to this set of locally installed files |
88 | as the <link linkend='source-directory'>Source Directory</link>. | 88 | as the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
89 | You create your Source Directory by using | 89 | You create your Source Directory by using |
90 | <link linkend='git'>Git</link> to clone a local copy | 90 | <link linkend='git'>Git</link> to clone a local copy |
91 | of the upstream <filename>poky</filename> repository, | 91 | of the upstream <filename>poky</filename> repository, |
@@ -251,7 +251,7 @@ | |||
251 | <note> | 251 | <note> |
252 | Be sure to work in the <filename>meta-intel</filename> | 252 | Be sure to work in the <filename>meta-intel</filename> |
253 | branch that matches your | 253 | branch that matches your |
254 | <link linkend='source-directory'>Source Directory</link> | 254 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
255 | (i.e. <filename>poky</filename>) branch. | 255 | (i.e. <filename>poky</filename>) branch. |
256 | For example, if you have checked out the "master" branch | 256 | For example, if you have checked out the "master" branch |
257 | of <filename>poky</filename> and you are going to use | 257 | of <filename>poky</filename> and you are going to use |