diff options
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 13 |
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 @@ | |||
255 | <title>Using BitBake and the Yocto Project Build Tree</title> | 255 | <title>Using BitBake and the Yocto Project Build Tree</title> |
256 | 256 | ||
257 | <para> | 257 | <para> |
258 | A final way of installing just the cross-toolchain is to use BitBake to build the | 258 | A final way of making the cross-toolchain available is to use BitBake |
259 | toolchain within an existing Yocto Project build tree. | 259 | to generate the toolchain within an existing Yocto Project build tree. |
260 | This method does not install the toolchain into the <filename>/opt</filename> directory. | 260 | This method does not install the toolchain into the |
261 | <filename>/opt</filename> directory. | ||
261 | As with the previous method, if you need to install the target sysroot, you must | 262 | As with the previous method, if you need to install the target sysroot, you must |
262 | do this separately. | 263 | do this separately. |
263 | </para> | 264 | </para> |
264 | 265 | ||
265 | <para> | 266 | <para> |
266 | Follow these steps to build and install the toolchain into the build tree: | 267 | Follow these steps to generate the toolchain into the build tree: |
267 | <orderedlist> | 268 | <orderedlist> |
268 | <listitem><para>Source the environment setup script | 269 | <listitem><para>Source the environment setup script |
269 | <filename>oe-init-build-env</filename> located in the Yocto Project | 270 | <filename>oe-init-build-env</filename> located in the Yocto Project |
@@ -281,7 +282,7 @@ | |||
281 | <filename>local.conf</filename> file and re-run the BitBake | 282 | <filename>local.conf</filename> file and re-run the BitBake |
282 | command.</note></para></listitem> | 283 | command.</note></para></listitem> |
283 | <listitem><para>Run <filename>bitbake meta-ide-support</filename> to complete the | 284 | <listitem><para>Run <filename>bitbake meta-ide-support</filename> to complete the |
284 | cross-toolchain installation. | 285 | cross-toolchain generation. |
285 | <note>If you change out of your working directory after you | 286 | <note>If you change out of your working directory after you |
286 | <filename>source</filename> the environment setup script and before you run | 287 | <filename>source</filename> the environment setup script and before you run |
287 | the <filename>bitbake</filename> command, the command might not work. | 288 | the <filename>bitbake</filename> command, the command might not work. |
@@ -289,7 +290,7 @@ | |||
289 | after checking or editing the <filename>local.conf</filename> but without | 290 | after checking or editing the <filename>local.conf</filename> but without |
290 | changing out of your working directory.</note> | 291 | changing out of your working directory.</note> |
291 | Once the <filename>bitbake</filename> command finishes, | 292 | Once the <filename>bitbake</filename> command finishes, |
292 | the tarball for the cross-toolchain is generated within the Yocto Project build tree. | 293 | the cross-toolchain is generated and populated within the Yocto Project build tree. |
293 | You will notice environment setup files for the cross-toolchain in the | 294 | You will notice environment setup files for the cross-toolchain in the |
294 | Yocto Project build tree in the <filename>tmp</filename> directory. | 295 | Yocto Project build tree in the <filename>tmp</filename> directory. |
295 | Setup script filenames contain the strings <filename>environment-setup</filename>. | 296 | Setup script filenames contain the strings <filename>environment-setup</filename>. |