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/kernel-dev | |
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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 5c08019655..22afc66587 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -11,7 +11,7 @@ | |||
11 | <para> | 11 | <para> |
12 | In addition to supporting configuration fragments and patches, the | 12 | In addition to supporting configuration fragments and patches, the |
13 | Yocto Project kernel tools also support rich | 13 | Yocto Project kernel tools also support rich |
14 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> that you can | 14 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> that you can |
15 | use to define complex policies and Board Support Package (BSP) support. | 15 | use to define complex policies and Board Support Package (BSP) support. |
16 | The purpose of the Metadata and the tools that manage it, known as | 16 | The purpose of the Metadata and the tools that manage it, known as |
17 | the kern-tools (<filename>kern-tools-native_git.bb</filename>), is | 17 | the kern-tools (<filename>kern-tools-native_git.bb</filename>), is |
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 5af0f9a927..8c74a7081e 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -759,7 +759,7 @@ | |||
759 | working with your own sources. | 759 | working with your own sources. |
760 | When you use your own sources, you will not be able to | 760 | When you use your own sources, you will not be able to |
761 | leverage the existing kernel | 761 | leverage the existing kernel |
762 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> and | 762 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> and |
763 | stabilization work of the linux-yocto sources. | 763 | stabilization work of the linux-yocto sources. |
764 | However, you will be able to manage your own Metadata in the same | 764 | However, you will be able to manage your own Metadata in the same |
765 | format as the linux-yocto sources. | 765 | format as the linux-yocto sources. |
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 263e50098f..83ca988acf 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -35,7 +35,7 @@ | |||
35 | Regardless of how you intend to make use of the Yocto Project, | 35 | Regardless of how you intend to make use of the Yocto Project, |
36 | chances are you will work with the Linux kernel. | 36 | chances are you will work with the Linux kernel. |
37 | This manual provides background information on the Yocto Linux kernel | 37 | This manual provides background information on the Yocto Linux kernel |
38 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, | 38 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>, |
39 | describes common tasks you can perform using the kernel tools, | 39 | describes common tasks you can perform using the kernel tools, |
40 | and shows you how to use the kernel Metadata needed to work with | 40 | and shows you how to use the kernel Metadata needed to work with |
41 | the kernel inside the Yocto Project. | 41 | the kernel inside the Yocto Project. |