summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 08:30:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:53 +0100
commit88b6f72dfb0a1be85a57cfe4862b3b1f188c2bcf (patch)
tree9046c9475485e3dd1ed7ba7c910362466442f445 /documentation/ref-manual/technical-details.xml
parent4ca99d532620dee23f2c2b8f4988fb4ab11b3022 (diff)
downloadpoky-88b6f72dfb0a1be85a57cfe4862b3b1f188c2bcf.tar.gz
ref-manual: Added a cross-ref to the term "Metadata"
(From yocto-docs rev: ecd58d8ba2b8a345394f07141bd9842af78e565e) 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/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 052409adca..52ab8e78dd 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -56,10 +56,12 @@
56 <title>BitBake</title> 56 <title>BitBake</title>
57 57
58 <para> 58 <para>
59 BitBake is the tool at the heart of the OpenEmbedded build system and is responsible 59 BitBake is the tool at the heart of the OpenEmbedded build system
60 for parsing the metadata, generating a list of tasks from it, 60 and is responsible for parsing the
61 and then executing those tasks. 61 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>,
62 To see a list of the options BitBake supports, use the following help command: 62 generating a list of tasks from it, and then executing those tasks.
63 To see a list of the options BitBake supports, use the following
64 help command:
63 <literallayout class='monospaced'> 65 <literallayout class='monospaced'>
64 $ bitbake --help 66 $ bitbake --help
65 </literallayout> 67 </literallayout>