diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 10 |
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> |