1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Scott Rifenbark
2017-10-16 13:33:31 -07:00
committed by Richard Purdie
parent 46dd48d731
commit a6db326292
+2 -2
View File
@@ -8,7 +8,7 @@
<para>
BitBake is a program written in Python that interprets the
<ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> used by
<link linkend='metadata'>Metadata</link> used by
the OpenEmbedded build system.
At some point, developers wonder what actually happens when you enter:
<literallayout class='monospaced'>
@@ -24,7 +24,7 @@
BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships.
As such, it has no real knowledge of what the tasks being executed actually do.
BitBake just considers a list of tasks with dependencies and handles
<ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
<link linkend='metadata'>Metadata</link>
consisting of variables in a certain format that get passed to the tasks.
</note>