diff options
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 087246171b..3c5f0363c9 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -235,10 +235,10 @@ | |||
235 | <title><filename>oe-init-build-env-memres</filename></title> | 235 | <title><filename>oe-init-build-env-memres</filename></title> |
236 | 236 | ||
237 | <para> | 237 | <para> |
238 | This script is one of two scripts that set up the OpenEmbedded build | 238 | This script is one of two scripts that set up the OpenEmbedded |
239 | environment. | 239 | build environment. |
240 | Setting up the environment with this script uses a | 240 | Aside from setting up the environment, this script starts a |
241 | memory-resident BitBake. | 241 | memory-resident BitBake server. |
242 | For information on the other setup script, see the | 242 | For information on the other setup script, see the |
243 | "<link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>" | 243 | "<link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>" |
244 | section. | 244 | section. |
@@ -263,7 +263,7 @@ | |||
263 | </para> | 263 | </para> |
264 | 264 | ||
265 | <para> | 265 | <para> |
266 | You need to run an environment setup script before running BitBake | 266 | You need to run an environment setup script before using BitBake |
267 | commands. | 267 | commands. |
268 | Following is the script syntax: | 268 | Following is the script syntax: |
269 | <literallayout class='monospaced'> | 269 | <literallayout class='monospaced'> |
@@ -274,19 +274,20 @@ | |||
274 | </para> | 274 | </para> |
275 | 275 | ||
276 | <para> | 276 | <para> |
277 | If you do not provide a port number with the script, the default | 277 | If you do not provide a port number with the script, the |
278 | port "12345" is used. | 278 | BitBake server at port "12345" is started. |
279 | </para> | 279 | </para> |
280 | 280 | ||
281 | <para> | 281 | <para> |
282 | By default, running this script without a | 282 | By default, running this script without a |
283 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 283 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
284 | argument creates the <filename>build</filename> directory. | 284 | argument creates a build directory named |
285 | <filename>build</filename>. | ||
285 | If you provide a Build Directory argument when you | 286 | If you provide a Build Directory argument when you |
286 | <filename>source</filename> the script, you direct the OpenEmbedded | 287 | <filename>source</filename> the script, the Build Directory is |
287 | build system to create a Build Directory of your choice. | 288 | created using that name. |
288 | For example, the following command uses the default port number | 289 | For example, the following command starts the BitBake server using |
289 | "12345" and creates a Build Directory named | 290 | the default port "12345" and creates a Build Directory named |
290 | <filename>mybuilds</filename> that is outside of the | 291 | <filename>mybuilds</filename> that is outside of the |
291 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: | 292 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: |
292 | <literallayout class='monospaced'> | 293 | <literallayout class='monospaced'> |