aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-22 14:23:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-22 17:23:38 +0100
commit514176c231f71886a1a4be48a7a7a4fb43433e74 (patch)
treee86088707d790323f89377b7a6e105c62c8c8208 /documentation/ref-manual/ref-bitbake.xml
parent818ec77cd3d0293ec5ef659e18a7e22d49f81737 (diff)
downloadopenembedded-core-contrib-514176c231f71886a1a4be48a7a7a4fb43433e74.tar.gz
dev-manual, ref-manual: Minor edits suggested by Bill Traynor
Applied some re-wordings as suggested by Bill Traynor. Reported-by: William M.A. Traynor <wmat@alphatroop.com> (From yocto-docs rev: 2510d9795720afc0309a10b18605e5af4a83769b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml
index cc4c943506..717c58bd71 100644
--- a/documentation/ref-manual/ref-bitbake.xml
+++ b/documentation/ref-manual/ref-bitbake.xml
@@ -23,8 +23,9 @@
<note>
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 metadata
- that consists of variables in a certain format that get passed to the tasks.
+ BitBake just considers a list of tasks with dependencies and handles
+ <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>
+ consisting of variables in a certain format that get passed to the tasks.
</note>
<section id='ref-bitbake-parsing'>