]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Minor edits to "oe-init-build-env".
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 16:19:43 +0000 (09:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:54 +0000 (14:12 +0100)
(From yocto-docs rev: a15772bc73fe346ae96304f3d1d116958fee0c49)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-structure.xml

index 0ad7b56621bd4a5a4cf86509e014b6f975fff247..f378419127a06f753837635290b51c73031989e7 100644 (file)
         <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>: