summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-14 06:59:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:43 +0100
commitf42d8f4cf00d97ffc0038276893ba5d21a8a1599 (patch)
tree9c66aac142661c8137144d4f419fd99d56d3184e /documentation/dev-manual/dev-manual-common-tasks.xml
parent84d97de54a9996f56fa3ba646bbae4e65f596a61 (diff)
downloadpoky-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/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files changed, 6 insertions, 5 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.