aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r--documentation/adt-manual/adt-prepare.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 05a90f0846..9f17c213cc 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -255,15 +255,16 @@
<title>Using BitBake and the Yocto Project Build Tree</title>
<para>
- A final way of installing just the cross-toolchain is to use BitBake to build the
- toolchain within an existing Yocto Project build tree.
- This method does not install the toolchain into the <filename>/opt</filename> directory.
+ A final way of making the cross-toolchain available is to use BitBake
+ to generate the toolchain within an existing Yocto Project build tree.
+ This method does not install the toolchain into the
+ <filename>/opt</filename> directory.
As with the previous method, if you need to install the target sysroot, you must
do this separately.
</para>
<para>
- Follow these steps to build and install the toolchain into the build tree:
+ Follow these steps to generate the toolchain into the build tree:
<orderedlist>
<listitem><para>Source the environment setup script
<filename>oe-init-build-env</filename> located in the Yocto Project
@@ -281,7 +282,7 @@
<filename>local.conf</filename> file and re-run the BitBake
command.</note></para></listitem>
<listitem><para>Run <filename>bitbake meta-ide-support</filename> to complete the
- cross-toolchain installation.
+ cross-toolchain generation.
<note>If you change out of your working directory after you
<filename>source</filename> the environment setup script and before you run
the <filename>bitbake</filename> command, the command might not work.
@@ -289,7 +290,7 @@
after checking or editing the <filename>local.conf</filename> but without
changing out of your working directory.</note>
Once the <filename>bitbake</filename> command finishes,
- the tarball for the cross-toolchain is generated within the Yocto Project build tree.
+ the cross-toolchain is generated and populated within the Yocto Project build tree.
You will notice environment setup files for the cross-toolchain in the
Yocto Project build tree in the <filename>tmp</filename> directory.
Setup script filenames contain the strings <filename>environment-setup</filename>.