diff options
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f863c4cfb7..4d1c2e3f4e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -60,7 +60,8 @@ | |||
60 | and is responsible for parsing the | 60 | and is responsible for parsing the |
61 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, | 61 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, |
62 | generating a list of tasks from it, and then executing those tasks. | 62 | generating a list of tasks from it, and then executing those tasks. |
63 | To see a list of the options BitBake supports, use either of: | 63 | To see a list of the options BitBake supports, use either of |
64 | the following commands: | ||
64 | <literallayout class='monospaced'> | 65 | <literallayout class='monospaced'> |
65 | $ bitbake -h | 66 | $ bitbake -h |
66 | $ bitbake --help | 67 | $ bitbake --help |
@@ -112,13 +113,13 @@ | |||
112 | The <filename>.bb</filename> files are usually referred to as "recipes." | 113 | The <filename>.bb</filename> files are usually referred to as "recipes." |
113 | In general, a recipe contains information about a single piece of software. | 114 | In general, a recipe contains information about a single piece of software. |
114 | This information includes the location from which to download the | 115 | This information includes the location from which to download the |
115 | pristine source, any source patches to be applied to that source | 116 | unaltered source, any source patches to be applied to that source |
116 | (if any are needed), which special configuration options to apply, | 117 | (if needed), which special configuration options to apply, |
117 | how to compile the source files, and how to package the compiled output. | 118 | how to compile the source files, and how to package the compiled output. |
118 | </para> | 119 | </para> |
119 | 120 | ||
120 | <para> | 121 | <para> |
121 | The term "package" is sometimes (confusingly) used to refer to recipes. However, | 122 | The term "package" is sometimes used to refer to recipes. However, |
122 | since the word "package" is used for the packaged output from the OpenEmbedded | 123 | since the word "package" is used for the packaged output from the OpenEmbedded |
123 | build system (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), | 124 | build system (i.e. <filename>.ipk</filename> or <filename>.deb</filename> files), |
124 | this document avoids using the term "package" when referring to recipes. | 125 | this document avoids using the term "package" when referring to recipes. |