summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-06 10:58:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:52 +0000
commit802e09b0abba4464e86d190b2a41edc1278c8e03 (patch)
treeba7c710f52005e1a6e52b0c41e01f5e17b1e3924 /documentation/ref-manual/technical-details.xml
parente9327ca078c59cec801c0ec3599f87faa86a83e0 (diff)
downloadpoky-802e09b0abba4464e86d190b2a41edc1278c8e03.tar.gz
ref-manual: Tweaks to a patch from Robert P. J. Day
I altered three areas from the previous patch submitted and applied from Robert P. J. Day. Two minor wording changes and removal of negative language. (From yocto-docs rev: e4370fb28e6278292224b3a3efbf41943c5c0829) 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.xml9
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.