1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Scott Rifenbark
2013-03-27 08:30:45 -07:00
committed by Richard Purdie
parent 4ca99d5326
commit 88b6f72dfb
@@ -56,10 +56,12 @@
<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>