diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 09:19:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:54 +0100 |
commit | d9b24ac5e7b8e9f3d8411bb7f9e8c4e603b67ff1 (patch) | |
tree | de0b8be7e00e5b9baf50c0060a2aef525fcc2e62 /documentation/ref-manual/ref-structure.xml | |
parent | e99437d8fb69922df9b8933e45a2bae775ae6cfe (diff) | |
download | poky-d9b24ac5e7b8e9f3d8411bb7f9e8c4e603b67ff1.tar.gz |
ref-manual: Minor edits to "oe-init-build-env".
(From yocto-docs rev: a15772bc73fe346ae96304f3d1d116958fee0c49)
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/ref-structure.xml')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 0ad7b56621..f378419127 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -175,19 +175,20 @@ | |||
175 | <para> | 175 | <para> |
176 | This script sets up the OpenEmbedded build environment. | 176 | This script sets up the OpenEmbedded build environment. |
177 | Running this script with the <filename>source</filename> command in | 177 | Running this script with the <filename>source</filename> command in |
178 | a shell makes changes to <filename>PATH</filename> and sets other core BitBake variables based on the | 178 | a shell makes changes to <filename>PATH</filename> and sets other |
179 | current working directory. | 179 | core BitBake variables based on the current working directory. |
180 | You need to run this script before running BitBake commands. | 180 | You need to run this script before running BitBake commands. |
181 | The script uses other scripts within the <filename>scripts</filename> directory to do | 181 | The script uses other scripts within the |
182 | the bulk of the work. | 182 | <filename>scripts</filename> directory to do the bulk of the work. |
183 | </para> | 183 | </para> |
184 | 184 | ||
185 | <para> | 185 | <para> |
186 | By default, running this script without a Build Directory argument creates the | 186 | By default, running this script without a |
187 | <filename>build</filename> directory. | 187 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
188 | If you provide a Build Directory argument when you <filename>source</filename> | 188 | argument creates the <filename>build</filename> directory. |
189 | the script, you direct OpenEmbedded build system to create a | 189 | If you provide a Build Directory argument when you |
190 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> of your choice. | 190 | <filename>source</filename> the script, you direct OpenEmbedded |
191 | build system to create a Build Directory of your choice. | ||
191 | For example, the following command creates a Build Directory named | 192 | For example, the following command creates a Build Directory named |
192 | <filename>mybuilds</filename> that is outside of the | 193 | <filename>mybuilds</filename> that is outside of the |
193 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: | 194 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: |