summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-bitbake.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/ref-bitbake.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/ref-bitbake.xml')
-rw-r--r--documentation/ref-manual/ref-bitbake.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml
index 2f36e16eaf..9a9499115c 100644
--- a/documentation/ref-manual/ref-bitbake.xml
+++ b/documentation/ref-manual/ref-bitbake.xml
@@ -8,7 +8,7 @@
8 8
9 <para> 9 <para>
10 BitBake is a program written in Python that interprets the 10 BitBake is a program written in Python that interprets the
11 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> used by 11 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> used by
12 the OpenEmbedded build system. 12 the OpenEmbedded build system.
13 At some point, developers wonder what actually happens when you enter: 13 At some point, developers wonder what actually happens when you enter:
14 <literallayout class='monospaced'> 14 <literallayout class='monospaced'>
@@ -24,7 +24,7 @@
24 BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships. 24 BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships.
25 As such, it has no real knowledge of what the tasks being executed actually do. 25 As such, it has no real knowledge of what the tasks being executed actually do.
26 BitBake just considers a list of tasks with dependencies and handles 26 BitBake just considers a list of tasks with dependencies and handles
27 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 27 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
28 consisting of variables in a certain format that get passed to the tasks. 28 consisting of variables in a certain format that get passed to the tasks.
29 </note> 29 </note>
30 30