diff options
Diffstat (limited to 'documentation')
26 files changed, 118 insertions, 122 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 4423807580..df0a18dacb 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -90,7 +90,7 @@ XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ | |||
90 | --stringparam section.autolabel 0 \ | 90 | --stringparam section.autolabel 0 \ |
91 | --stringparam section.label.includes.component.label 0 \ | 91 | --stringparam section.label.includes.component.label 0 \ |
92 | --xinclude | 92 | --xinclude |
93 | ALLPREQ = html tarball | 93 | ALLPREQ = html eclipse tarball |
94 | TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/bypqs-title.png \ | 94 | TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/bypqs-title.png \ |
95 | figures/yocto-project-transp.png | 95 | figures/yocto-project-transp.png |
96 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | 96 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse |
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml index d9960398f5..116dfbd145 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml | |||
@@ -52,7 +52,7 @@ | |||
52 | <para> | 52 | <para> |
53 | If you want more conceptual or background information on the | 53 | If you want more conceptual or background information on the |
54 | Yocto Project, see the | 54 | Yocto Project, see the |
55 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. | 55 | <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>. |
56 | </para> | 56 | </para> |
57 | </section> | 57 | </section> |
58 | 58 | ||
@@ -242,7 +242,7 @@ | |||
242 | </literallayout> | 242 | </literallayout> |
243 | For information on using the | 243 | For information on using the |
244 | <filename>bitbake</filename> command, see the | 244 | <filename>bitbake</filename> command, see the |
245 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-components-bitbake'>BitBake</ulink>" | 245 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-components-bitbake'>BitBake</ulink>" |
246 | section in the Yocto Project Overview and Concepts Manual, | 246 | section in the Yocto Project Overview and Concepts Manual, |
247 | or see the | 247 | or see the |
248 | "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>" | 248 | "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>" |
@@ -302,7 +302,7 @@ | |||
302 | <listitem><para> | 302 | <listitem><para> |
303 | <emphasis>Yocto Project Overview and Concepts Manual:</emphasis> | 303 | <emphasis>Yocto Project Overview and Concepts Manual:</emphasis> |
304 | The | 304 | The |
305 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink> | 305 | <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink> |
306 | is a great place to start to learn about the | 306 | is a great place to start to learn about the |
307 | Yocto Project. | 307 | Yocto Project. |
308 | This manual introduces you to the Yocto Project and its | 308 | This manual introduces you to the Yocto Project and its |
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 200aed1899..a1908d38c3 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -56,7 +56,7 @@ | |||
56 | To help understand the BSP layer concept, consider the BSPs that the | 56 | To help understand the BSP layer concept, consider the BSPs that the |
57 | Yocto Project supports and provides with each release. | 57 | Yocto Project supports and provides with each release. |
58 | You can see the layers in the | 58 | You can see the layers in the |
59 | <ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> | 59 | <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> |
60 | through a web interface at | 60 | through a web interface at |
61 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. | 61 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. |
62 | If you go to that interface, you will find a list of repositories | 62 | If you go to that interface, you will find a list of repositories |
@@ -340,7 +340,7 @@ | |||
340 | It is also intended that it will be be simple to extract | 340 | It is also intended that it will be be simple to extract |
341 | information and convert it to other formats if required. | 341 | information and convert it to other formats if required. |
342 | The OpenEmbedded build system, through its standard | 342 | The OpenEmbedded build system, through its standard |
343 | <ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>layers mechanism</ulink>, | 343 | <ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>layers mechanism</ulink>, |
344 | can directly accept the format described as a layer. | 344 | can directly accept the format described as a layer. |
345 | The BSP layer captures all the hardware-specific details | 345 | The BSP layer captures all the hardware-specific details |
346 | in one place using a standard format, which is useful | 346 | in one place using a standard format, which is useful |
@@ -1056,7 +1056,7 @@ | |||
1056 | information for the project that the | 1056 | information for the project that the |
1057 | OpenEmbedded build system knows about. | 1057 | OpenEmbedded build system knows about. |
1058 | For more information on layers, see the | 1058 | For more information on layers, see the |
1059 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 1059 | "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
1060 | section in the Yocto Project Overview and Concepts | 1060 | section in the Yocto Project Overview and Concepts |
1061 | Manual. | 1061 | Manual. |
1062 | You can also reference the | 1062 | You can also reference the |
@@ -1687,7 +1687,7 @@ | |||
1687 | Thus, the build system can build the corresponding | 1687 | Thus, the build system can build the corresponding |
1688 | recipe and include the component in the image. | 1688 | recipe and include the component in the image. |
1689 | See the | 1689 | See the |
1690 | "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 1690 | "<ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
1691 | section in the Yocto Project Overview and Concepts | 1691 | section in the Yocto Project Overview and Concepts |
1692 | Manual for details on how to use these variables. | 1692 | Manual for details on how to use these variables. |
1693 | </para> | 1693 | </para> |
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fd1734beec..85b3a4a8a2 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | each other. | 24 | each other. |
25 | For introductory information on the Yocto Project Layer Model, | 25 | For introductory information on the Yocto Project Layer Model, |
26 | see the | 26 | see the |
27 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 27 | "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
28 | section in the Yocto Project Overview and Concepts Manual. | 28 | section in the Yocto Project Overview and Concepts Manual. |
29 | </para> | 29 | </para> |
30 | 30 | ||
@@ -1855,7 +1855,7 @@ | |||
1855 | 1855 | ||
1856 | <para> | 1856 | <para> |
1857 | You can find more information about the build process in | 1857 | You can find more information about the build process in |
1858 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" | 1858 | "<ulink url='&YOCTO_DOCS_OM_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" |
1859 | chapter of the Yocto Project Overview and Concepts Manual. | 1859 | chapter of the Yocto Project Overview and Concepts Manual. |
1860 | </para> | 1860 | </para> |
1861 | </section> | 1861 | </section> |
@@ -1872,7 +1872,7 @@ | |||
1872 | Your recipe must have a <filename>SRC_URI</filename> variable | 1872 | Your recipe must have a <filename>SRC_URI</filename> variable |
1873 | that points to where the source is located. | 1873 | that points to where the source is located. |
1874 | For a graphical representation of source locations, see the | 1874 | For a graphical representation of source locations, see the |
1875 | "<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" | 1875 | "<ulink url='&YOCTO_DOCS_OM_URL;#sources-dev-environment'>Sources</ulink>" |
1876 | section in the Yocto Project Overview and Concepts Manual. | 1876 | section in the Yocto Project Overview and Concepts Manual. |
1877 | </para> | 1877 | </para> |
1878 | 1878 | ||
@@ -2185,7 +2185,7 @@ | |||
2185 | containing the current checksum. | 2185 | containing the current checksum. |
2186 | For more explanation and examples of how to set the | 2186 | For more explanation and examples of how to set the |
2187 | <filename>LIC_FILES_CHKSUM</filename> variable, see the | 2187 | <filename>LIC_FILES_CHKSUM</filename> variable, see the |
2188 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 2188 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
2189 | section in the Yocto Project Overview and Concepts | 2189 | section in the Yocto Project Overview and Concepts |
2190 | Manual.</para> | 2190 | Manual.</para> |
2191 | 2191 | ||
@@ -2334,7 +2334,7 @@ | |||
2334 | automatically add a runtime dependency to "mypackage" on | 2334 | automatically add a runtime dependency to "mypackage" on |
2335 | "example"). | 2335 | "example"). |
2336 | See the | 2336 | See the |
2337 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 2337 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
2338 | section in the Yocto Project Overview and Concepts Manual for | 2338 | section in the Yocto Project Overview and Concepts Manual for |
2339 | further details. | 2339 | further details. |
2340 | </para> | 2340 | </para> |
@@ -3398,7 +3398,7 @@ | |||
3398 | The variable | 3398 | The variable |
3399 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> | 3399 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> |
3400 | is used to track source license changes as described in the | 3400 | is used to track source license changes as described in the |
3401 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 3401 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
3402 | section in the Yocto Project Overview and Concepts Manual. | 3402 | section in the Yocto Project Overview and Concepts Manual. |
3403 | You can quickly create Autotool-based recipes in a manner | 3403 | You can quickly create Autotool-based recipes in a manner |
3404 | similar to the previous example. | 3404 | similar to the previous example. |
@@ -3606,7 +3606,7 @@ | |||
3606 | allows runtime dependencies between packages | 3606 | allows runtime dependencies between packages |
3607 | to be added automatically. | 3607 | to be added automatically. |
3608 | See the | 3608 | See the |
3609 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3609 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
3610 | section in the Yocto Project Overview and | 3610 | section in the Yocto Project Overview and |
3611 | Concepts Manual for more information. | 3611 | Concepts Manual for more information. |
3612 | </para></listitem> | 3612 | </para></listitem> |
@@ -6347,7 +6347,7 @@ | |||
6347 | can use an existing file provided by the Wic installation. | 6347 | can use an existing file provided by the Wic installation. |
6348 | As shipped, kickstart files can be found in the | 6348 | As shipped, kickstart files can be found in the |
6349 | Yocto Project | 6349 | Yocto Project |
6350 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 6350 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
6351 | in the following two locations: | 6351 | in the following two locations: |
6352 | <literallayout class='monospaced'> | 6352 | <literallayout class='monospaced'> |
6353 | poky/meta-yocto-bsp/wic | 6353 | poky/meta-yocto-bsp/wic |
@@ -8506,7 +8506,7 @@ Some notes from Cal: | |||
8506 | 8506 | ||
8507 | <para> | 8507 | <para> |
8508 | Because the OpenEmbedded build system uses | 8508 | Because the OpenEmbedded build system uses |
8509 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", | 8509 | "<ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>signatures</ulink>", |
8510 | which are unique to a given build, the build system | 8510 | which are unique to a given build, the build system |
8511 | knows when to rebuild packages. | 8511 | knows when to rebuild packages. |
8512 | All the inputs into a given task are represented by a | 8512 | All the inputs into a given task are represented by a |
@@ -8610,7 +8610,7 @@ Some notes from Cal: | |||
8610 | 8610 | ||
8611 | <para> | 8611 | <para> |
8612 | For more information on shared state, see the | 8612 | For more information on shared state, see the |
8613 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" | 8613 | "<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>Shared State Cache</ulink>" |
8614 | section in the Yocto Project Overview and Concepts | 8614 | section in the Yocto Project Overview and Concepts |
8615 | Manual. | 8615 | Manual. |
8616 | </para> | 8616 | </para> |
@@ -8856,7 +8856,7 @@ Some notes from Cal: | |||
8856 | <filename>connman.inc</filename> file in the | 8856 | <filename>connman.inc</filename> file in the |
8857 | <filename>meta/recipes-connectivity/connman/</filename> | 8857 | <filename>meta/recipes-connectivity/connman/</filename> |
8858 | directory of the <filename>poky</filename> | 8858 | directory of the <filename>poky</filename> |
8859 | <ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>source repository</ulink>. | 8859 | <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>source repository</ulink>. |
8860 | You can also find examples in | 8860 | You can also find examples in |
8861 | <filename>meta/classes/kernel.bbclass</filename>. | 8861 | <filename>meta/classes/kernel.bbclass</filename>. |
8862 | </para> | 8862 | </para> |
@@ -10399,7 +10399,7 @@ Some notes from Cal: | |||
10399 | Enabling build history as previously described causes the | 10399 | Enabling build history as previously described causes the |
10400 | OpenEmbedded build system to collect build output information | 10400 | OpenEmbedded build system to collect build output information |
10401 | and commit it as a single commit to a local | 10401 | and commit it as a single commit to a local |
10402 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> | 10402 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> |
10403 | repository. | 10403 | repository. |
10404 | <note> | 10404 | <note> |
10405 | Enabling build history increases your build times slightly, | 10405 | Enabling build history increases your build times slightly, |
@@ -12261,7 +12261,7 @@ Some notes from Cal: | |||
12261 | ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 | 12261 | ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 |
12262 | </literallayout> | 12262 | </literallayout> |
12263 | For tasks that are accelerated through the shared state | 12263 | For tasks that are accelerated through the shared state |
12264 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 12264 | (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>) |
12265 | cache, an additional <filename>siginfo</filename> file | 12265 | cache, an additional <filename>siginfo</filename> file |
12266 | is written into | 12266 | is written into |
12267 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> | 12267 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> |
@@ -12370,7 +12370,7 @@ Some notes from Cal: | |||
12370 | <filename>-c</filename>, BitBake will only run the task if it | 12370 | <filename>-c</filename>, BitBake will only run the task if it |
12371 | considers it "out of date". | 12371 | considers it "out of date". |
12372 | See the | 12372 | See the |
12373 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 12373 | "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
12374 | section in the Yocto Project Overview and Concepts Manual for | 12374 | section in the Yocto Project Overview and Concepts Manual for |
12375 | how BitBake determines whether a task is "out of date". | 12375 | how BitBake determines whether a task is "out of date". |
12376 | </para> | 12376 | </para> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1579a4e89e..6ccf21882b 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -99,7 +99,7 @@ | |||
99 | with the OpenEmbedded build system is advisable. | 99 | with the OpenEmbedded build system is advisable. |
100 | Of the SCMs BitBake supports, the | 100 | Of the SCMs BitBake supports, the |
101 | Yocto Project team strongly recommends using | 101 | Yocto Project team strongly recommends using |
102 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>. | 102 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>. |
103 | Git is a distributed system that is easy to backup, | 103 | Git is a distributed system that is easy to backup, |
104 | allows you to work remotely, and then connects back to the | 104 | allows you to work remotely, and then connects back to the |
105 | infrastructure. | 105 | infrastructure. |
@@ -311,7 +311,7 @@ | |||
311 | <itemizedlist> | 311 | <itemizedlist> |
312 | <listitem><para> | 312 | <listitem><para> |
313 | Use | 313 | Use |
314 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> | 314 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> |
315 | as the source control system. | 315 | as the source control system. |
316 | </para></listitem> | 316 | </para></listitem> |
317 | <listitem><para> | 317 | <listitem><para> |
@@ -325,7 +325,7 @@ | |||
325 | Separate the project's Metadata and code by using | 325 | Separate the project's Metadata and code by using |
326 | separate Git repositories. | 326 | separate Git repositories. |
327 | See the | 327 | See the |
328 | "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 328 | "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
329 | section for information on these repositories. | 329 | section for information on these repositories. |
330 | See the | 330 | See the |
331 | "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" | 331 | "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" |
@@ -549,7 +549,7 @@ | |||
549 | pull the change into the component's upstream repository. | 549 | pull the change into the component's upstream repository. |
550 | You do this by pushing to a contribution repository that is upstream. | 550 | You do this by pushing to a contribution repository that is upstream. |
551 | See the | 551 | See the |
552 | "<ulink url='&YOCTO_DOCS_GS_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" | 552 | "<ulink url='&YOCTO_DOCS_OM_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" |
553 | section in the Yocto Project Overview and Concepts Manual for additional | 553 | section in the Yocto Project Overview and Concepts Manual for additional |
554 | concepts on working in the Yocto Project development environment. | 554 | concepts on working in the Yocto Project development environment. |
555 | </para> | 555 | </para> |
@@ -749,7 +749,7 @@ | |||
749 | </para></listitem> | 749 | </para></listitem> |
750 | <listitem><para> | 750 | <listitem><para> |
751 | <emphasis>Search by File:</emphasis> | 751 | <emphasis>Search by File:</emphasis> |
752 | Using <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>, | 752 | Using <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>, |
753 | you can enter the following command to bring up a | 753 | you can enter the following command to bring up a |
754 | short list of all commits against a specific file: | 754 | short list of all commits against a specific file: |
755 | <literallayout class='monospaced'> | 755 | <literallayout class='monospaced'> |
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 | ||
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index cf8d34dced..e152295233 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -21,7 +21,7 @@ | |||
21 | <para> | 21 | <para> |
22 | Kernel Metadata exists in many places. | 22 | Kernel Metadata exists in many places. |
23 | One area in the Yocto Project | 23 | One area in the Yocto Project |
24 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 24 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
25 | is the <filename>yocto-kernel-cache</filename> Git repository. | 25 | is the <filename>yocto-kernel-cache</filename> Git repository. |
26 | You can find this repository grouped under the "Yocto Linux Kernel" | 26 | You can find this repository grouped under the "Yocto Linux Kernel" |
27 | heading in the | 27 | heading in the |
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index d8eeb9ec50..6cc7b57ee7 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -79,7 +79,7 @@ | |||
79 | </literallayout> | 79 | </literallayout> |
80 | <note> | 80 | <note> |
81 | The previous commands assume the | 81 | The previous commands assume the |
82 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 82 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
83 | (i.e. <filename>poky</filename>) have been cloned | 83 | (i.e. <filename>poky</filename>) have been cloned |
84 | using Git and the local repository is named | 84 | using Git and the local repository is named |
85 | "poky". | 85 | "poky". |
@@ -303,7 +303,7 @@ | |||
303 | </literallayout> | 303 | </literallayout> |
304 | <note> | 304 | <note> |
305 | The previous commands assume the | 305 | The previous commands assume the |
306 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 306 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
307 | (i.e. <filename>poky</filename>) have been cloned | 307 | (i.e. <filename>poky</filename>) have been cloned |
308 | using Git and the local repository is named | 308 | using Git and the local repository is named |
309 | "poky". | 309 | "poky". |
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml index 46b5df0773..6d675a6d51 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml | |||
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | <para> | 50 | <para> |
51 | You can find a web interface to the Yocto Linux kernels in the | 51 | You can find a web interface to the Yocto Linux kernels in the |
52 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 52 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
53 | at | 53 | at |
54 | <ulink url='&YOCTO_GIT_URL;'></ulink>. | 54 | <ulink url='&YOCTO_GIT_URL;'></ulink>. |
55 | If you look at the interface, you will see to the left a | 55 | If you look at the interface, you will see to the left a |
@@ -239,7 +239,7 @@ | |||
239 | <ulink url='http://git-scm.com/documentation'></ulink>. | 239 | <ulink url='http://git-scm.com/documentation'></ulink>. |
240 | You can also get an introduction to Git as it | 240 | You can also get an introduction to Git as it |
241 | applies to the Yocto Project in the | 241 | applies to the Yocto Project in the |
242 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" | 242 | "<ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>" |
243 | section in the Yocto Project Overview and Concepts | 243 | section in the Yocto Project Overview and Concepts |
244 | Manual. | 244 | Manual. |
245 | The latter reference provides an overview of | 245 | The latter reference provides an overview of |
@@ -382,7 +382,7 @@ | |||
382 | generic kernel just for conceptual purposes. | 382 | generic kernel just for conceptual purposes. |
383 | Also keep in mind that this structure represents the Yocto | 383 | Also keep in mind that this structure represents the Yocto |
384 | Project | 384 | Project |
385 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 385 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
386 | that are either pulled from during the build or established | 386 | that are either pulled from during the build or established |
387 | on the host development system prior to the build by either | 387 | on the host development system prior to the build by either |
388 | cloning a particular kernel's Git repository or by | 388 | cloning a particular kernel's Git repository or by |
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index ab087ce529..4e4fd282a5 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -112,7 +112,7 @@ | |||
112 | document. | 112 | document. |
113 | </para></listitem> | 113 | </para></listitem> |
114 | <listitem><para> | 114 | <listitem><para> |
115 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. | 115 | <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>. |
116 | </para></listitem> | 116 | </para></listitem> |
117 | <listitem><para> | 117 | <listitem><para> |
118 | <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> | 118 | <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> |
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 123cf15d19..5067e3f627 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
@@ -203,8 +203,8 @@ | |||
203 | <para> | 203 | <para> |
204 | For more introductory information on the Yocto Project's layer | 204 | For more introductory information on the Yocto Project's layer |
205 | model, see the | 205 | model, see the |
206 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 206 | "<link linkend='the-yocto-project-layer-model'>The Yocto Project Layer Model</link>" |
207 | section in the Yocto Project Overview and Concepts Manual. | 207 | section. |
208 | For procedures on how to create layers, see the | 208 | For procedures on how to create layers, see the |
209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 209 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
210 | section in the Yocto Project Development Tasks Manual. | 210 | section in the Yocto Project Development Tasks Manual. |
@@ -1567,7 +1567,7 @@ | |||
1567 | <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> | 1567 | <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> |
1568 | variable, and the end of the name consists of the task's | 1568 | variable, and the end of the name consists of the task's |
1569 | name and current | 1569 | name and current |
1570 | <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksum</ulink>. | 1570 | <link linkend='overview-checksums'>input checksum</link>. |
1571 | <note> | 1571 | <note> |
1572 | This naming scheme assumes that | 1572 | This naming scheme assumes that |
1573 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> | 1573 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 437635842a..c38de74fd1 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -654,9 +654,8 @@ | |||
654 | when they do not.</para> | 654 | when they do not.</para> |
655 | 655 | ||
656 | <para>You can read more about Pseudo in the | 656 | <para>You can read more about Pseudo in the |
657 | "<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>" | 657 | "<link linkend='fakeroot-and-pseudo'>Fakeroot and Pseudo</link>" |
658 | section of the Yocto Project Overview and Concepts | 658 | section. |
659 | Manual. | ||
660 | </para></listitem> | 659 | </para></listitem> |
661 | </itemizedlist> | 660 | </itemizedlist> |
662 | </para> | 661 | </para> |
@@ -695,10 +694,8 @@ | |||
695 | the Yocto Project. | 694 | the Yocto Project. |
696 | The Yocto Project and the OpenEmbedded Project both | 695 | The Yocto Project and the OpenEmbedded Project both |
697 | maintain the OpenEmbedded-Core. | 696 | maintain the OpenEmbedded-Core. |
698 | You can find the OE-Core metadata in the Yocto | 697 | You can find the OE-Core metadata in the Yocto Project |
699 | Project | 698 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta'>Source Repositories</ulink>. |
700 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | ||
701 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta'>here</ulink>. | ||
702 | </para> | 699 | </para> |
703 | 700 | ||
704 | <para>Historically, the Yocto Project integrated the | 701 | <para>Historically, the Yocto Project integrated the |
@@ -777,9 +774,8 @@ | |||
777 | in constrained environments.</para> | 774 | in constrained environments.</para> |
778 | 775 | ||
779 | <para>You can find the Matchbox source in its | 776 | <para>You can find the Matchbox source in its |
780 | <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>repository</ulink> | 777 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>repository</ulink> |
781 | listed in the Yocto Project | 778 | listed in the Yocto Project Source Repositories. |
782 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. | ||
783 | </para></listitem> | 779 | </para></listitem> |
784 | <listitem><para> | 780 | <listitem><para> |
785 | <emphasis>Opkg</emphasis> | 781 | <emphasis>Opkg</emphasis> |
@@ -1143,8 +1139,8 @@ | |||
1143 | 1139 | ||
1144 | <para> | 1140 | <para> |
1145 | For a very detailed look at this workflow, see the | 1141 | For a very detailed look at this workflow, see the |
1146 | "<ulink url='&YOCTO_DOCS_GS_URL;#development-concepts'>Development Concepts</ulink>" | 1142 | "<link linkend='development-concepts'>Development Concepts</link>" |
1147 | section in the Yocto Project Overview and Concepts Manual. | 1143 | section. |
1148 | </para> | 1144 | </para> |
1149 | </section> | 1145 | </section> |
1150 | 1146 | ||
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 770162c0ef..49ff86261d 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -417,7 +417,7 @@ | |||
417 | 417 | ||
418 | <para> | 418 | <para> |
419 | You can find more information on licensing in the | 419 | You can find more information on licensing in the |
420 | "<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>" | 420 | "<ulink url='&YOCTO_DOCS_OM_URL;#licensing'>Licensing</ulink>" |
421 | section in the Yocto Project Overview and Concepts Manual | 421 | section in the Yocto Project Overview and Concepts Manual |
422 | and also in the | 422 | and also in the |
423 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" | 423 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" |
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index d8620eefd9..9a6aab95ab 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -293,7 +293,7 @@ | |||
293 | For the remainder, you can now find them in the | 293 | For the remainder, you can now find them in the |
294 | <filename>meta-extras</filename> repository, which is in the | 294 | <filename>meta-extras</filename> repository, which is in the |
295 | Yocto Project | 295 | Yocto Project |
296 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. | 296 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>. |
297 | </para> | 297 | </para> |
298 | </section> | 298 | </section> |
299 | </section> | 299 | </section> |
@@ -1748,7 +1748,7 @@ | |||
1748 | 1748 | ||
1749 | <para> | 1749 | <para> |
1750 | The minimum | 1750 | The minimum |
1751 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> version | 1751 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> version |
1752 | required on the build host is now 1.7.8 because the | 1752 | required on the build host is now 1.7.8 because the |
1753 | <filename>--list</filename> option is now required by | 1753 | <filename>--list</filename> option is now required by |
1754 | BitBake's Git fetcher. | 1754 | BitBake's Git fetcher. |
@@ -4038,7 +4038,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64. | |||
4038 | <para>For an example, see the | 4038 | <para>For an example, see the |
4039 | <filename>pixbufcache</filename> class in | 4039 | <filename>pixbufcache</filename> class in |
4040 | <filename>meta/classes/</filename> in the Yocto Project | 4040 | <filename>meta/classes/</filename> in the Yocto Project |
4041 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. | 4041 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>. |
4042 | <note> | 4042 | <note> |
4043 | The <filename>SSTATEPOSTINSTFUNCS</filename> variable | 4043 | The <filename>SSTATEPOSTINSTFUNCS</filename> variable |
4044 | itself is now deprecated in favor of the | 4044 | itself is now deprecated in favor of the |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e419e1321c..e432fd52aa 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -568,7 +568,7 @@ | |||
568 | provides support for the recipes that build the Canadian | 568 | provides support for the recipes that build the Canadian |
569 | Cross-compilation tools for SDKs. | 569 | Cross-compilation tools for SDKs. |
570 | See the | 570 | See the |
571 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 571 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
572 | section in the Yocto Project Overview and Concepts Manual for more | 572 | section in the Yocto Project Overview and Concepts Manual for more |
573 | discussion on these cross-compilation tools. | 573 | discussion on these cross-compilation tools. |
574 | </para> | 574 | </para> |
@@ -582,7 +582,7 @@ | |||
582 | provides support for the recipes that build the cross-compilation | 582 | provides support for the recipes that build the cross-compilation |
583 | tools used for building SDKs. | 583 | tools used for building SDKs. |
584 | See the | 584 | See the |
585 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 585 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
586 | section in the Yocto Project Overview and Concepts Manual for more | 586 | section in the Yocto Project Overview and Concepts Manual for more |
587 | discussion on these cross-compilation tools. | 587 | discussion on these cross-compilation tools. |
588 | </para> | 588 | </para> |
@@ -1251,7 +1251,7 @@ | |||
1251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>" | 1251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>" |
1252 | section in the Yocto Project Development Tasks Manual. | 1252 | section in the Yocto Project Development Tasks Manual. |
1253 | For information on how images are created, see the | 1253 | For information on how images are created, see the |
1254 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 1254 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>" |
1255 | section in the Yocto Project Overview and Concpets Manual. | 1255 | section in the Yocto Project Overview and Concpets Manual. |
1256 | </para> | 1256 | </para> |
1257 | </section> | 1257 | </section> |
@@ -2722,7 +2722,7 @@ This check was removed for YP 2.3 release | |||
2722 | <para> | 2722 | <para> |
2723 | For more information on the cross-development toolchain | 2723 | For more information on the cross-development toolchain |
2724 | generation, see the | 2724 | generation, see the |
2725 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 2725 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
2726 | section in the Yocto Project Overview and Concepts Manual. | 2726 | section in the Yocto Project Overview and Concepts Manual. |
2727 | For information on advantages gained when building a | 2727 | For information on advantages gained when building a |
2728 | cross-development toolchain using the | 2728 | cross-development toolchain using the |
@@ -3020,7 +3020,7 @@ This check was removed for YP 2.3 release | |||
3020 | 3020 | ||
3021 | <para> | 3021 | <para> |
3022 | For information on how root filesystem images are created, see the | 3022 | For information on how root filesystem images are created, see the |
3023 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 3023 | "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
3024 | section in the Yocto Project Overview and Concepts Manual. | 3024 | section in the Yocto Project Overview and Concepts Manual. |
3025 | </para> | 3025 | </para> |
3026 | </section> | 3026 | </section> |
@@ -3182,7 +3182,7 @@ This check was removed for YP 2.3 release | |||
3182 | 3182 | ||
3183 | <para> | 3183 | <para> |
3184 | For more information on sstate, see the | 3184 | For more information on sstate, see the |
3185 | "<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" | 3185 | "<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>Shared State Cache</ulink>" |
3186 | section in the Yocto Project Overview and Concepts Manual. | 3186 | section in the Yocto Project Overview and Concepts Manual. |
3187 | </para> | 3187 | </para> |
3188 | </section> | 3188 | </section> |
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 0cfa5f3543..7f33eb649f 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml | |||
@@ -151,7 +151,7 @@ | |||
151 | This image provides the Wayland protocol libraries and the | 151 | This image provides the Wayland protocol libraries and the |
152 | reference Weston compositor. | 152 | reference Weston compositor. |
153 | For more information, see the | 153 | For more information, see the |
154 | "<ulink url='&YOCTO_DOCS_GS_URL;#wayland'>Wayland</ulink>" | 154 | "<ulink url='&YOCTO_DOCS_OM_URL;#wayland'>Wayland</ulink>" |
155 | section in the Yocto Project Overview and Concepts Manual. | 155 | section in the Yocto Project Overview and Concepts Manual. |
156 | </para></listitem> | 156 | </para></listitem> |
157 | <listitem><para><filename>core-image-x11</filename>: | 157 | <listitem><para><filename>core-image-x11</filename>: |
diff --git a/documentation/ref-manual/ref-release-process.xml b/documentation/ref-manual/ref-release-process.xml index d8ead1399b..c665cd938e 100644 --- a/documentation/ref-manual/ref-release-process.xml +++ b/documentation/ref-manual/ref-release-process.xml | |||
@@ -61,7 +61,7 @@ | |||
61 | <para> | 61 | <para> |
62 | Each major release receives a codename that identifies the release in | 62 | Each major release receives a codename that identifies the release in |
63 | the | 63 | the |
64 | <ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. | 64 | <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. |
65 | The concept is that branches of | 65 | The concept is that branches of |
66 | <link linkend='metadata'>Metadata</link> | 66 | <link linkend='metadata'>Metadata</link> |
67 | with the same codename are likely to be compatible and thus | 67 | with the same codename are likely to be compatible and thus |
@@ -217,7 +217,7 @@ | |||
217 | in the <filename>poky</filename> repository. | 217 | in the <filename>poky</filename> repository. |
218 | <note> | 218 | <note> |
219 | You can find all these branches in the Yocto Project | 219 | You can find all these branches in the Yocto Project |
220 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. | 220 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>. |
221 | </note> | 221 | </note> |
222 | Testing within these public branches ensures in a publicly visible way | 222 | Testing within these public branches ensures in a publicly visible way |
223 | that all of the main supposed architectures and recipes in OE-Core | 223 | that all of the main supposed architectures and recipes in OE-Core |
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 07f4e7c490..b42ea119d3 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -520,9 +520,9 @@ | |||
520 | variable points to this directory. | 520 | variable points to this directory. |
521 | For more detail on the contents of the <filename>deploy</filename> | 521 | For more detail on the contents of the <filename>deploy</filename> |
522 | directory, see the | 522 | directory, see the |
523 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 523 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>" |
524 | and | 524 | and |
525 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" | 525 | "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>" |
526 | sections in the Yocto Project Overview and Concepts Manual. | 526 | sections in the Yocto Project Overview and Concepts Manual. |
527 | </para> | 527 | </para> |
528 | </section> | 528 | </section> |
@@ -696,7 +696,7 @@ | |||
696 | <para> | 696 | <para> |
697 | For information on how BitBake uses stamp files to determine if | 697 | For information on how BitBake uses stamp files to determine if |
698 | a task should be rerun, see the | 698 | a task should be rerun, see the |
699 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 699 | "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
700 | section in the Yocto Project Overview and Concepts Manual. | 700 | section in the Yocto Project Overview and Concepts Manual. |
701 | </para> | 701 | </para> |
702 | </section> | 702 | </section> |
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index cc6a172bf9..00d9678dbe 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -21,7 +21,7 @@ | |||
21 | <para> | 21 | <para> |
22 | For introductory information on the Yocto Project, see the | 22 | For introductory information on the Yocto Project, see the |
23 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the | 23 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the |
24 | "<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" | 24 | "<ulink url='&YOCTO_DOCS_OM_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" |
25 | chapter in the Yocto Project Overview and Concepts Manual. | 25 | chapter in the Yocto Project Overview and Concepts Manual. |
26 | </para> | 26 | </para> |
27 | 27 | ||
@@ -33,7 +33,7 @@ | |||
33 | You can find "how-to" information in the | 33 | You can find "how-to" information in the |
34 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. | 34 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. |
35 | You can find Yocto Project overview and conceptual information in the | 35 | You can find Yocto Project overview and conceptual information in the |
36 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. | 36 | <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>. |
37 | <note><title>Tip</title> | 37 | <note><title>Tip</title> |
38 | For more information about the Yocto Project Documentation set, | 38 | For more information about the Yocto Project Documentation set, |
39 | see the | 39 | see the |
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 3226b17299..c551ff0f90 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -220,7 +220,7 @@ | |||
220 | 220 | ||
221 | <para> | 221 | <para> |
222 | For more information on image creation, see the | 222 | For more information on image creation, see the |
223 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 223 | "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
224 | section in the Yocto Project Overview and Concepts Manual. | 224 | section in the Yocto Project Overview and Concepts Manual. |
225 | </para> | 225 | </para> |
226 | </section> | 226 | </section> |
@@ -246,7 +246,7 @@ | |||
246 | 246 | ||
247 | <para> | 247 | <para> |
248 | For more information on image creation, see the | 248 | For more information on image creation, see the |
249 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 249 | "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
250 | section in the Yocto Project Overview and Concepts Manual. | 250 | section in the Yocto Project Overview and Concepts Manual. |
251 | </para> | 251 | </para> |
252 | </section> | 252 | </section> |
@@ -268,7 +268,7 @@ | |||
268 | and | 268 | and |
269 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), | 269 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), |
270 | run under | 270 | run under |
271 | <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. | 271 | <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. |
272 | <note> | 272 | <note> |
273 | <title>Caution</title> | 273 | <title>Caution</title> |
274 | 274 | ||
@@ -342,7 +342,7 @@ | |||
342 | For additional information, see the | 342 | For additional information, see the |
343 | <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link> | 343 | <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link> |
344 | variable and the | 344 | variable and the |
345 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 345 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
346 | section in the Yocto Project Overview and Concepts Manual. | 346 | section in the Yocto Project Overview and Concepts Manual. |
347 | </para> | 347 | </para> |
348 | </section> | 348 | </section> |
@@ -367,7 +367,7 @@ | |||
367 | <filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename> | 367 | <filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename> |
368 | directory in the package feeds area. | 368 | directory in the package feeds area. |
369 | For more information, see the | 369 | For more information, see the |
370 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 370 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
371 | section in the Yocto Project Overview and Concepts Manual. | 371 | section in the Yocto Project Overview and Concepts Manual. |
372 | </para> | 372 | </para> |
373 | </section> | 373 | </section> |
@@ -381,7 +381,7 @@ | |||
381 | <filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename> | 381 | <filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename> |
382 | directory in the package feeds area. | 382 | directory in the package feeds area. |
383 | For more information, see the | 383 | For more information, see the |
384 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 384 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
385 | section in the Yocto Project Overview and Concepts Manual. | 385 | section in the Yocto Project Overview and Concepts Manual. |
386 | </para> | 386 | </para> |
387 | </section> | 387 | </section> |
@@ -395,7 +395,7 @@ | |||
395 | <filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename> | 395 | <filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename> |
396 | directory in the package feeds area. | 396 | directory in the package feeds area. |
397 | For more information, see the | 397 | For more information, see the |
398 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 398 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
399 | section in the Yocto Project Overview and Concepts Manual. | 399 | section in the Yocto Project Overview and Concepts Manual. |
400 | </para> | 400 | </para> |
401 | </section> | 401 | </section> |
@@ -408,7 +408,7 @@ | |||
408 | <filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename> | 408 | <filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename> |
409 | directory in the package feeds area. | 409 | directory in the package feeds area. |
410 | For more information, see the | 410 | For more information, see the |
411 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 411 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
412 | section in the Yocto Project Overview and Concepts Manual. | 412 | section in the Yocto Project Overview and Concepts Manual. |
413 | </para> | 413 | </para> |
414 | </section> | 414 | </section> |
@@ -431,7 +431,7 @@ | |||
431 | <para> | 431 | <para> |
432 | Locates patch files and applies them to the source code. | 432 | Locates patch files and applies them to the source code. |
433 | See the | 433 | See the |
434 | "<ulink url='&YOCTO_DOCS_GS_URL;#patching-dev-environment'>Patching</ulink>" | 434 | "<ulink url='&YOCTO_DOCS_OM_URL;#patching-dev-environment'>Patching</ulink>" |
435 | section in the Yocto Project Overview and Concepts Manual for more | 435 | section in the Yocto Project Overview and Concepts Manual for more |
436 | information. | 436 | information. |
437 | </para> | 437 | </para> |
@@ -452,7 +452,7 @@ | |||
452 | <para> | 452 | <para> |
453 | Creates the file and directory structure for an installable SDK. | 453 | Creates the file and directory structure for an installable SDK. |
454 | See the | 454 | See the |
455 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" | 455 | "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" |
456 | section in the Yocto Project Overview and Concepts Manual for more | 456 | section in the Yocto Project Overview and Concepts Manual for more |
457 | information. | 457 | information. |
458 | </para> | 458 | </para> |
@@ -540,7 +540,7 @@ | |||
540 | <link linkend='var-S'><filename>S</filename></link> variable also | 540 | <link linkend='var-S'><filename>S</filename></link> variable also |
541 | plays a role in where unpacked source files ultimately reside. | 541 | plays a role in where unpacked source files ultimately reside. |
542 | For more information on how source files are unpacked, see the | 542 | For more information on how source files are unpacked, see the |
543 | "<ulink url='&YOCTO_DOCS_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" | 543 | "<ulink url='&YOCTO_DOCS_OM_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" |
544 | section in the Yocto Project Overview and Concepts Manual and also | 544 | section in the Yocto Project Overview and Concepts Manual and also |
545 | see the <filename>WORKDIR</filename> and | 545 | see the <filename>WORKDIR</filename> and |
546 | <filename>S</filename> variable descriptions. | 546 | <filename>S</filename> variable descriptions. |
@@ -620,7 +620,7 @@ | |||
620 | 620 | ||
621 | <para> | 621 | <para> |
622 | Running this task does not remove the | 622 | Running this task does not remove the |
623 | <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink> | 623 | <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink> |
624 | cache files. | 624 | cache files. |
625 | Consequently, if no changes have been made and the recipe is | 625 | Consequently, if no changes have been made and the recipe is |
626 | rebuilt after cleaning, output files are simply restored from the | 626 | rebuilt after cleaning, output files are simply restored from the |
@@ -637,7 +637,7 @@ | |||
637 | 637 | ||
638 | <para> | 638 | <para> |
639 | Removes all output files, shared state | 639 | Removes all output files, shared state |
640 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 640 | (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>) |
641 | cache, and downloaded source files for a target (i.e. the contents | 641 | cache, and downloaded source files for a target (i.e. the contents |
642 | of | 642 | of |
643 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). | 643 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). |
@@ -668,13 +668,13 @@ | |||
668 | 668 | ||
669 | <para> | 669 | <para> |
670 | Removes all output files and shared state | 670 | Removes all output files and shared state |
671 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 671 | (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>) |
672 | cache for a target. | 672 | cache for a target. |
673 | Essentially, the <filename>do_cleansstate</filename> task is | 673 | Essentially, the <filename>do_cleansstate</filename> task is |
674 | identical to the | 674 | identical to the |
675 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> | 675 | <link linkend='ref-tasks-clean'><filename>do_clean</filename></link> |
676 | task with the added removal of shared state | 676 | task with the added removal of shared state |
677 | (<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) | 677 | (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>) |
678 | cache. | 678 | cache. |
679 | </para> | 679 | </para> |
680 | 680 | ||
@@ -744,7 +744,7 @@ | |||
744 | 744 | ||
745 | <para> | 745 | <para> |
746 | Creates or updates the index in the | 746 | Creates or updates the index in the |
747 | <ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink> | 747 | <ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink> |
748 | area. | 748 | area. |
749 | <note> | 749 | <note> |
750 | This task is not triggered with the | 750 | This task is not triggered with the |
@@ -796,7 +796,7 @@ | |||
796 | Creates the root filesystem (file and directory structure) for an | 796 | Creates the root filesystem (file and directory structure) for an |
797 | image. | 797 | image. |
798 | See the | 798 | See the |
799 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 799 | "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
800 | section in the Yocto Project Overview and Concepts Manual for more | 800 | section in the Yocto Project Overview and Concepts Manual for more |
801 | information on how the root filesystem is created. | 801 | information on how the root filesystem is created. |
802 | </para> | 802 | </para> |
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index 31bcbe6e0b..a0c0371339 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
@@ -200,7 +200,7 @@ | |||
200 | <para>Creation of these toolchains is simple and automated. | 200 | <para>Creation of these toolchains is simple and automated. |
201 | For information on toolchain concepts as they apply to the | 201 | For information on toolchain concepts as they apply to the |
202 | Yocto Project, see the | 202 | Yocto Project, see the |
203 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 203 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
204 | section in the Yocto Project Overview and Concepts Manual. | 204 | section in the Yocto Project Overview and Concepts Manual. |
205 | You can also find more information on using the | 205 | You can also find more information on using the |
206 | relocatable toolchain in the | 206 | relocatable toolchain in the |
@@ -245,7 +245,7 @@ | |||
245 | Yocto Project.</para> | 245 | Yocto Project.</para> |
246 | 246 | ||
247 | <para>For introductory information on layers, see the | 247 | <para>For introductory information on layers, see the |
248 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 248 | "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
249 | section in the Yocto Project Overview and Concepts Manual. | 249 | section in the Yocto Project Overview and Concepts Manual. |
250 | For more detailed information on layers, see the | 250 | For more detailed information on layers, see the |
251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 251 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
@@ -470,7 +470,7 @@ | |||
470 | 470 | ||
471 | <para>For more information on concepts related to Git | 471 | <para>For more information on concepts related to Git |
472 | repositories, branches, and tags, see the | 472 | repositories, branches, and tags, see the |
473 | "<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" | 473 | "<ulink url='&YOCTO_DOCS_OM_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" |
474 | section in the Yocto Project Overview and Concepts Manual. | 474 | section in the Yocto Project Overview and Concepts Manual. |
475 | </para></listitem> | 475 | </para></listitem> |
476 | <listitem><para><emphasis>Task:</emphasis> | 476 | <listitem><para><emphasis>Task:</emphasis> |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 01bbc1c473..0287b910a0 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3017,7 +3017,7 @@ | |||
3017 | <note><title>Caution</title> | 3017 | <note><title>Caution</title> |
3018 | Tasks that read from or write to this directory should | 3018 | Tasks that read from or write to this directory should |
3019 | run under | 3019 | run under |
3020 | <ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. | 3020 | <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. |
3021 | </note> | 3021 | </note> |
3022 | </para> | 3022 | </para> |
3023 | </glossdef> | 3023 | </glossdef> |
@@ -3264,7 +3264,7 @@ | |||
3264 | add any runtime dependencies between the | 3264 | add any runtime dependencies between the |
3265 | packages produced by the two recipes. | 3265 | packages produced by the two recipes. |
3266 | However, as explained in the | 3266 | However, as explained in the |
3267 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 3267 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
3268 | section in the Yocto Project Overview and | 3268 | section in the Yocto Project Overview and |
3269 | Concepts Manual, runtime dependencies will | 3269 | Concepts Manual, runtime dependencies will |
3270 | often be added automatically, meaning | 3270 | often be added automatically, meaning |
@@ -3329,10 +3329,10 @@ | |||
3329 | section. | 3329 | section. |
3330 | For more detail on the contents of the | 3330 | For more detail on the contents of the |
3331 | <filename>deploy</filename> directory, see the | 3331 | <filename>deploy</filename> directory, see the |
3332 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>", | 3332 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>", |
3333 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>", | 3333 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>", |
3334 | and | 3334 | and |
3335 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" | 3335 | "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>" |
3336 | sections all in the Yocto Project Overview and Concepts | 3336 | sections all in the Yocto Project Overview and Concepts |
3337 | Manual. | 3337 | Manual. |
3338 | </para> | 3338 | </para> |
@@ -3373,7 +3373,7 @@ | |||
3373 | <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link> | 3373 | <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link> |
3374 | task writes Debian packages into the appropriate folder. | 3374 | task writes Debian packages into the appropriate folder. |
3375 | For more information on how packaging works, see the | 3375 | For more information on how packaging works, see the |
3376 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3376 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
3377 | section in the Yocto Project Overview and Concepts Manual. | 3377 | section in the Yocto Project Overview and Concepts Manual. |
3378 | </para> | 3378 | </para> |
3379 | </glossdef> | 3379 | </glossdef> |
@@ -3403,9 +3403,9 @@ | |||
3403 | section. | 3403 | section. |
3404 | For more detail on the contents of the | 3404 | For more detail on the contents of the |
3405 | <filename>deploy</filename> directory, see the | 3405 | <filename>deploy</filename> directory, see the |
3406 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 3406 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>" |
3407 | and | 3407 | and |
3408 | "<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" | 3408 | "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>" |
3409 | sections both in the Yocto Project Overview and Concepts | 3409 | sections both in the Yocto Project Overview and Concepts |
3410 | Manual. | 3410 | Manual. |
3411 | </para> | 3411 | </para> |
@@ -3445,7 +3445,7 @@ | |||
3445 | <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> | 3445 | <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> |
3446 | task writes IPK packages into the appropriate folder. | 3446 | task writes IPK packages into the appropriate folder. |
3447 | For more information on how packaging works, see the | 3447 | For more information on how packaging works, see the |
3448 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3448 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
3449 | section in the Yocto Project Overview and Concepts Manual. | 3449 | section in the Yocto Project Overview and Concepts Manual. |
3450 | </para> | 3450 | </para> |
3451 | </glossdef> | 3451 | </glossdef> |
@@ -3484,7 +3484,7 @@ | |||
3484 | <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> | 3484 | <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> |
3485 | task writes RPM packages into the appropriate folder. | 3485 | task writes RPM packages into the appropriate folder. |
3486 | For more information on how packaging works, see the | 3486 | For more information on how packaging works, see the |
3487 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3487 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
3488 | section in the Yocto Project Overview and Concepts Manual. | 3488 | section in the Yocto Project Overview and Concepts Manual. |
3489 | </para> | 3489 | </para> |
3490 | </glossdef> | 3490 | </glossdef> |
@@ -3523,7 +3523,7 @@ | |||
3523 | <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> | 3523 | <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> |
3524 | task writes TAR packages into the appropriate folder. | 3524 | task writes TAR packages into the appropriate folder. |
3525 | For more information on how packaging works, see the | 3525 | For more information on how packaging works, see the |
3526 | "<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" | 3526 | "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" |
3527 | section in the Yocto Project Overview and Concepts Manual. | 3527 | section in the Yocto Project Overview and Concepts Manual. |
3528 | </para> | 3528 | </para> |
3529 | </glossdef> | 3529 | </glossdef> |
@@ -4865,7 +4865,7 @@ | |||
4865 | The previous statement appears in the | 4865 | The previous statement appears in the |
4866 | <filename>linux-yocto-dev.bbappend</filename> file, which | 4866 | <filename>linux-yocto-dev.bbappend</filename> file, which |
4867 | is found in the Yocto Project | 4867 | is found in the Yocto Project |
4868 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 4868 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
4869 | in | 4869 | in |
4870 | <filename>meta-intel/common/recipes-kernel/linux</filename>. | 4870 | <filename>meta-intel/common/recipes-kernel/linux</filename>. |
4871 | Here, the machine override is a special | 4871 | Here, the machine override is a special |
@@ -6106,7 +6106,7 @@ | |||
6106 | variables. | 6106 | variables. |
6107 | You can find information on how the image | 6107 | You can find information on how the image |
6108 | is created in the | 6108 | is created in the |
6109 | "<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" | 6109 | "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>" |
6110 | section in the Yocto Project Overview and Concepts Manual. | 6110 | section in the Yocto Project Overview and Concepts Manual. |
6111 | </para> | 6111 | </para> |
6112 | </glossdef> | 6112 | </glossdef> |
@@ -7980,7 +7980,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7980 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link> | 7980 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link> |
7981 | is set to "CLOSED").</para> | 7981 | is set to "CLOSED").</para> |
7982 | <para>For more information, see the | 7982 | <para>For more information, see the |
7983 | "<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" | 7983 | "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" |
7984 | section in the Yocto Project Overview and Concepts Manual. | 7984 | section in the Yocto Project Overview and Concepts Manual. |
7985 | </para> | 7985 | </para> |
7986 | </glossdef> | 7986 | </glossdef> |
@@ -8116,7 +8116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8116 | require additional licenses in order to be used in a | 8116 | require additional licenses in order to be used in a |
8117 | commercial product. | 8117 | commercial product. |
8118 | For more information, see the | 8118 | For more information, see the |
8119 | "<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 8119 | "<ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
8120 | section in the Yocto Project Overview and Concepts Manual. | 8120 | section in the Yocto Project Overview and Concepts Manual. |
8121 | </para> | 8121 | </para> |
8122 | </glossdef> | 8122 | </glossdef> |
@@ -8136,7 +8136,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8136 | This practice is otherwise known as "whitelisting" | 8136 | This practice is otherwise known as "whitelisting" |
8137 | license flags. | 8137 | license flags. |
8138 | For more information, see the | 8138 | For more information, see the |
8139 | <ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" | 8139 | <ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" |
8140 | section in the Yocto Project Overview and Concepts Manual. | 8140 | section in the Yocto Project Overview and Concepts Manual. |
8141 | </para> | 8141 | </para> |
8142 | </glossdef> | 8142 | </glossdef> |
@@ -10490,7 +10490,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10490 | ${STAGING_DIR_HOST}/pkgdata | 10490 | ${STAGING_DIR_HOST}/pkgdata |
10491 | </literallayout> | 10491 | </literallayout> |
10492 | For examples of how this data is used, see the | 10492 | For examples of how this data is used, see the |
10493 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 10493 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
10494 | section in the Yocto Project Overview and Concepts Manual | 10494 | section in the Yocto Project Overview and Concepts Manual |
10495 | and the | 10495 | and the |
10496 | "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" | 10496 | "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" |
@@ -10738,11 +10738,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10738 | <filename>PR</filename> to know when to rebuild a | 10738 | <filename>PR</filename> to know when to rebuild a |
10739 | recipe. | 10739 | recipe. |
10740 | The build system uses the task | 10740 | The build system uses the task |
10741 | <ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> | 10741 | <ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>input checksums</ulink> |
10742 | along with the | 10742 | along with the |
10743 | <link linkend='structure-build-tmp-stamps'>stamp</link> | 10743 | <link linkend='structure-build-tmp-stamps'>stamp</link> |
10744 | and | 10744 | and |
10745 | <ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink> | 10745 | <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>shared state cache</ulink> |
10746 | mechanisms. | 10746 | mechanisms. |
10747 | </note> | 10747 | </note> |
10748 | The <filename>PR</filename> variable primarily becomes | 10748 | The <filename>PR</filename> variable primarily becomes |
@@ -11011,7 +11011,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11011 | 11011 | ||
11012 | <para> | 11012 | <para> |
11013 | For more information, see the | 11013 | For more information, see the |
11014 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 11014 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
11015 | section in the Yocto Project Overview and Concepts Manual. | 11015 | section in the Yocto Project Overview and Concepts Manual. |
11016 | </para> | 11016 | </para> |
11017 | </glossdef> | 11017 | </glossdef> |
@@ -11328,7 +11328,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11328 | Therefore, most recipes do not need to set | 11328 | Therefore, most recipes do not need to set |
11329 | <filename>RDEPENDS</filename>. | 11329 | <filename>RDEPENDS</filename>. |
11330 | For more information, see the | 11330 | For more information, see the |
11331 | "<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" | 11331 | "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" |
11332 | section in the Yocto Project Overview and Concepts Manual. | 11332 | section in the Yocto Project Overview and Concepts Manual. |
11333 | </para> | 11333 | </para> |
11334 | 11334 | ||
@@ -13848,7 +13848,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13848 | <para> | 13848 | <para> |
13849 | For information on how BitBake uses stamp files to determine | 13849 | For information on how BitBake uses stamp files to determine |
13850 | if a task should be rerun, see the | 13850 | if a task should be rerun, see the |
13851 | "<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" | 13851 | "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" |
13852 | section in the Yocto Project Overview and Concepts Manual. | 13852 | section in the Yocto Project Overview and Concepts Manual. |
13853 | </para> | 13853 | </para> |
13854 | 13854 | ||
@@ -15340,7 +15340,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15340 | <para> | 15340 | <para> |
15341 | For background information on cross-development toolchains | 15341 | For background information on cross-development toolchains |
15342 | in the Yocto Project development environment, see the | 15342 | in the Yocto Project development environment, see the |
15343 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 15343 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
15344 | section in the Yocto Project Overview and Concepts Manual. | 15344 | section in the Yocto Project Overview and Concepts Manual. |
15345 | For information on setting up a cross-development | 15345 | For information on setting up a cross-development |
15346 | environment, see the | 15346 | environment, see the |
@@ -15399,7 +15399,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15399 | <para> | 15399 | <para> |
15400 | For background information on cross-development toolchains | 15400 | For background information on cross-development toolchains |
15401 | in the Yocto Project development environment, see the | 15401 | in the Yocto Project development environment, see the |
15402 | "<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" | 15402 | "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" |
15403 | section in the Yocto Project Overview and Concepts Manual. | 15403 | section in the Yocto Project Overview and Concepts Manual. |
15404 | For information on setting up a cross-development | 15404 | For information on setting up a cross-development |
15405 | environment, see the | 15405 | environment, see the |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 52c64d460e..8d9ca34d0a 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
@@ -168,7 +168,7 @@ | |||
168 | </para></listitem> | 168 | </para></listitem> |
169 | <listitem><para> | 169 | <listitem><para> |
170 | <emphasis> | 170 | <emphasis> |
171 | <ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>: | 171 | <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>: |
172 | </emphasis> | 172 | </emphasis> |
173 | This manual provides overview and conceptual information | 173 | This manual provides overview and conceptual information |
174 | about the Yocto Project. | 174 | about the Yocto Project. |
@@ -216,7 +216,7 @@ | |||
216 | </para></listitem> | 216 | </para></listitem> |
217 | <listitem><para> | 217 | <listitem><para> |
218 | <emphasis> | 218 | <emphasis> |
219 | <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Reference Mega-Manual</ulink>: | 219 | <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>: |
220 | </emphasis> | 220 | </emphasis> |
221 | This manual is simply a single HTML file comprised of the | 221 | This manual is simply a single HTML file comprised of the |
222 | bulk of the Yocto Project manuals. | 222 | bulk of the Yocto Project manuals. |
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml index ffdc3063b6..ac461e62dd 100644 --- a/documentation/sdk-manual/sdk-appendix-obtain.xml +++ b/documentation/sdk-manual/sdk-appendix-obtain.xml | |||
@@ -327,7 +327,7 @@ | |||
327 | <para>Following is an example command that extracts the root | 327 | <para>Following is an example command that extracts the root |
328 | filesystem from a previously built root filesystem image that | 328 | filesystem from a previously built root filesystem image that |
329 | was downloaded from the | 329 | was downloaded from the |
330 | <ulink url='&YOCTO_DOCS_GS_URL;#index-downloads'>Index of Releases</ulink>. | 330 | <ulink url='&YOCTO_DOCS_OM_URL;#index-downloads'>Index of Releases</ulink>. |
331 | This command extracts the root filesystem into the | 331 | This command extracts the root filesystem into the |
332 | <filename>core2-64-sato</filename> directory: | 332 | <filename>core2-64-sato</filename> directory: |
333 | <literallayout class='monospaced'> | 333 | <literallayout class='monospaced'> |
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 246b5eae84..4303054cba 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -247,7 +247,7 @@ | |||
247 | <para> | 247 | <para> |
248 | The <filename>devtool</filename> command line is organized | 248 | The <filename>devtool</filename> command line is organized |
249 | similarly to | 249 | similarly to |
250 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> in that it | 250 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> in that it |
251 | has a number of sub-commands for each function. | 251 | has a number of sub-commands for each function. |
252 | You can run <filename>devtool --help</filename> to see all the | 252 | You can run <filename>devtool --help</filename> to see all the |
253 | commands. | 253 | commands. |
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index ae4e95a472..03ab35fc99 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml | |||
@@ -92,7 +92,7 @@ | |||
92 | 92 | ||
93 | <para> | 93 | <para> |
94 | For general information on layers, see the | 94 | For general information on layers, see the |
95 | "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" | 95 | "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" |
96 | section in the Yocto Project Overview and Concepts Manual. | 96 | section in the Yocto Project Overview and Concepts Manual. |
97 | For information on how to create layers, see the | 97 | For information on how to create layers, see the |
98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |