]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added a cross-ref to the term "Metadata"
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 15:30:45 +0000 (08:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:53 +0000 (14:12 +0100)
(From yocto-docs rev: ecd58d8ba2b8a345394f07141bd9842af78e565e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/technical-details.xml

index 052409adcaffc9ef3d95c6408f074d11711794b0..52ab8e78ddba8d12d2457a5c1e2513646febc76b 100644 (file)
         <title>BitBake</title>
 
         <para>
-            BitBake is the tool at the heart of the OpenEmbedded build system and is responsible
-            for parsing the metadata, generating a list of tasks from it,
-            and then executing those tasks.
-            To see a list of the options BitBake supports, use the following help command:
+            BitBake is the tool at the heart of the OpenEmbedded build system
+            and is responsible for parsing the
+            <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>,
+            generating a list of tasks from it, and then executing those tasks.
+            To see a list of the options BitBake supports, use the following
+            help command:
             <literallayout class='monospaced'>
      $ bitbake --help
             </literallayout>