summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 13:33:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commita6db326292457283b97a806708fe6f8c6fd2283c (patch)
tree7f51c56bd5c9cde48433183cb1654f34046fc5d7 /documentation/ref-manual
parent46dd48d731f4cb200d7b336de7ed70ad8ebdb1d2 (diff)
downloadpoky-a6db326292457283b97a806708fe6f8c6fd2283c.tar.gz
ref-manual: Fixed two internal links.
Links were using the <ulink> style tag when they should have been using the <link> style. (From yocto-docs rev: 6c4a39537211ccb322f4ac1c8009ebabcd7b209d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 9a9499115c..3a8077007a 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_REF_URL;#metadata'>Metadata</ulink> used by 11 <link linkend='metadata'>Metadata</link> 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_REF_URL;#metadata'>Metadata</ulink> 27 <link linkend='metadata'>Metadata</link>
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