diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 06:59:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
| commit | f42d8f4cf00d97ffc0038276893ba5d21a8a1599 (patch) | |
| tree | 9c66aac142661c8137144d4f419fd99d56d3184e /documentation/dev-manual | |
| parent | 84d97de54a9996f56fa3ba646bbae4e65f596a61 (diff) | |
| download | poky-f42d8f4cf00d97ffc0038276893ba5d21a8a1599.tar.gz | |
documentation: Fixed links for "metadata" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from the dev-manual
to the ref-manual broke the links to the "Metadata" term.
I fixed these.
(From yocto-docs rev: 190da4b4d44952d141db26ca72b5bc1a52d77023)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 2 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 |
4 files changed, 9 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d73b663250..108ac78fe0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | <para> | 19 | <para> |
| 20 | The OpenEmbedded build system supports organizing | 20 | The OpenEmbedded build system supports organizing |
| 21 | <link linkend='metadata'>Metadata</link> into multiple layers. | 21 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> into |
| 22 | multiple layers. | ||
| 22 | Layers allow you to isolate different types of customizations from | 23 | Layers allow you to isolate different types of customizations from |
| 23 | each other. | 24 | each other. |
| 24 | You might find it tempting to keep everything in one layer when | 25 | You might find it tempting to keep everything in one layer when |
| @@ -6933,8 +6934,8 @@ | |||
| 6933 | <para> | 6934 | <para> |
| 6934 | When you build an image using the Yocto Project and | 6935 | When you build an image using the Yocto Project and |
| 6935 | do not alter any distribution | 6936 | do not alter any distribution |
| 6936 | <link linkend='metadata'>Metadata</link>, you are creating a | 6937 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>, |
| 6937 | Poky distribution. | 6938 | you are creating a Poky distribution. |
| 6938 | If you wish to gain more control over package alternative | 6939 | If you wish to gain more control over package alternative |
| 6939 | selections, compile-time options, and other low-level | 6940 | selections, compile-time options, and other low-level |
| 6940 | configurations, you can create your own distribution. | 6941 | configurations, you can create your own distribution. |
| @@ -11680,8 +11681,8 @@ | |||
| 11680 | " | 11681 | " |
| 11681 | </literallayout> | 11682 | </literallayout> |
| 11682 | Creating and providing an archive of the | 11683 | Creating and providing an archive of the |
| 11683 | <link linkend='metadata'>Metadata</link> layers | 11684 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> |
| 11684 | (recipes, configuration files, and so forth) | 11685 | layers (recipes, configuration files, and so forth) |
| 11685 | enables you to meet your | 11686 | enables you to meet your |
| 11686 | requirements to include the scripts to control compilation | 11687 | requirements to include the scripts to control compilation |
| 11687 | as well as any modifications to the original source. | 11688 | as well as any modifications to the original source. |
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 020f9373e6..98d5d53758 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | <note> | 36 | <note> |
| 37 | By default, using the Yocto Project creates a Poky distribution. | 37 | By default, using the Yocto Project creates a Poky distribution. |
| 38 | However, you can create your own distribution by providing key | 38 | However, you can create your own distribution by providing key |
| 39 | <link linkend='metadata'>Metadata</link>. | 39 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>. |
| 40 | A good example is Angstrom, which has had a distribution | 40 | A good example is Angstrom, which has had a distribution |
| 41 | based on the Yocto Project since its inception. | 41 | based on the Yocto Project since its inception. |
| 42 | Other examples include commercial distributions like | 42 | Other examples include commercial distributions like |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 5a3e3ea107..b9fc265211 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
| @@ -211,7 +211,7 @@ | |||
| 211 | 211 | ||
| 212 | <para> | 212 | <para> |
| 213 | Keeping your | 213 | Keeping your |
| 214 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | 214 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> |
| 215 | and any software you are developing under the | 215 | and any software you are developing under the |
| 216 | control of an SCM system that is compatible | 216 | control of an SCM system that is compatible |
| 217 | with the OpenEmbedded build system is advisable. | 217 | with the OpenEmbedded build system is advisable. |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 6b97c52ada..271c9fed0e 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | <note> | 41 | <note> |
| 42 | By default, using the Yocto Project creates a Poky distribution. | 42 | By default, using the Yocto Project creates a Poky distribution. |
| 43 | However, you can create your own distribution by providing key | 43 | However, you can create your own distribution by providing key |
| 44 | <link linkend='metadata'>Metadata</link>. | 44 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>. |
| 45 | See the "<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>" | 45 | See the "<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>" |
| 46 | section for more information. | 46 | section for more information. |
| 47 | </note> | 47 | </note> |
