summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 09:19:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:54 +0100
commitd9b24ac5e7b8e9f3d8411bb7f9e8c4e603b67ff1 (patch)
treede0b8be7e00e5b9baf50c0060a2aef525fcc2e62 /documentation/ref-manual/ref-structure.xml
parente99437d8fb69922df9b8933e45a2bae775ae6cfe (diff)
downloadast2050-yocto-poky-d9b24ac5e7b8e9f3d8411bb7f9e8c4e603b67ff1.zip
ast2050-yocto-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.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 0ad7b56..f378419 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -175,19 +175,20 @@
<para>
This script sets up the OpenEmbedded build environment.
Running this script with the <filename>source</filename> command in
- a shell makes changes to <filename>PATH</filename> and sets other core BitBake variables based on the
- current working directory.
+ a shell makes changes to <filename>PATH</filename> and sets other
+ core BitBake variables based on the current working directory.
You need to run this script before running BitBake commands.
- The script uses other scripts within the <filename>scripts</filename> directory to do
- the bulk of the work.
+ The script uses other scripts within the
+ <filename>scripts</filename> directory to do the bulk of the work.
</para>
<para>
- By default, running this script without a Build Directory argument creates the
- <filename>build</filename> directory.
- If you provide a Build Directory argument when you <filename>source</filename>
- the script, you direct OpenEmbedded build system to create a
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> of your choice.
+ By default, running this script without a
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
+ argument creates the <filename>build</filename> directory.
+ If you provide a Build Directory argument when you
+ <filename>source</filename> the script, you direct OpenEmbedded
+ build system to create a Build Directory of your choice.
For example, the following command creates a Build Directory named
<filename>mybuilds</filename> that is outside of the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>:
OpenPOWER on IntegriCloud