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>
This commit is contained in:
Scott Rifenbark 2013-03-27 09:19:43 -07:00 committed by Richard Purdie
parent e99437d8fb
commit d9b24ac5e7
1 changed files with 10 additions and 9 deletions

View File

@ -175,19 +175,20 @@
<para> <para>
This script sets up the OpenEmbedded build environment. This script sets up the OpenEmbedded build environment.
Running this script with the <filename>source</filename> command in 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 a shell makes changes to <filename>PATH</filename> and sets other
current working directory. core BitBake variables based on the current working directory.
You need to run this script before running BitBake commands. You need to run this script before running BitBake commands.
The script uses other scripts within the <filename>scripts</filename> directory to do The script uses other scripts within the
the bulk of the work. <filename>scripts</filename> directory to do the bulk of the work.
</para> </para>
<para> <para>
By default, running this script without a Build Directory argument creates the By default, running this script without a
<filename>build</filename> directory. <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
If you provide a Build Directory argument when you <filename>source</filename> argument creates the <filename>build</filename> directory.
the script, you direct OpenEmbedded build system to create a If you provide a Build Directory argument when you
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> of your choice. <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 For example, the following command creates a Build Directory named
<filename>mybuilds</filename> that is outside of the <filename>mybuilds</filename> that is outside of the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: