summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.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/ref-manual/technical-details.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/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 597bfbc55b..768f70186b 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -65,7 +65,7 @@
65 <para> 65 <para>
66 BitBake is the tool at the heart of the OpenEmbedded build system 66 BitBake is the tool at the heart of the OpenEmbedded build system
67 and is responsible for parsing the 67 and is responsible for parsing the
68 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, 68 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>,
69 generating a list of tasks from it, and then executing those tasks. 69 generating a list of tasks from it, and then executing those tasks.
70 </para> 70 </para>
71 71
@@ -152,7 +152,7 @@
152 <para> 152 <para>
153 Class files (<filename>.bbclass</filename>) contain information that 153 Class files (<filename>.bbclass</filename>) contain information that
154 is useful to share between 154 is useful to share between
155 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> files. 155 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> files.
156 An example is the 156 An example is the
157 <link linkend='ref-classes-autotools'><filename>autotools</filename></link> 157 <link linkend='ref-classes-autotools'><filename>autotools</filename></link>
158 class, which contains common settings for any application that 158 class, which contains common settings for any application that
@@ -610,7 +610,7 @@
610 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the 610 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the
611 "OEBasic" version but adds the task hash to the stamp files. 611 "OEBasic" version but adds the task hash to the stamp files.
612 This results in any 612 This results in any
613 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 613 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
614 change that changes the task hash, automatically 614 change that changes the task hash, automatically
615 causing the task to be run again. 615 causing the task to be run again.
616 This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link> 616 This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link>