diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-14 08:23:02 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:39 +0000 |
commit | 8a8ae819882c3000d9a0f2cdadd3bebd34ff327e (patch) | |
tree | e160d01e6bcacbbb45d10d67827443f8e553a0df /documentation/adt-manual | |
parent | e1c1615fdf949559c753a5b9995a218829e44272 (diff) | |
download | poky-8a8ae819882c3000d9a0f2cdadd3bebd34ff327e.tar.gz |
adt-manual: Fixed occurrences of "BitBake command".
Some occurrences needed formatted into a <filename>bitbake</filename>
form as they are actual command references.
(From yocto-docs rev: e7bc7161613222374e39fdf7f09c460900d52441)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index f4d3609d5a..ee430a4296 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -355,12 +355,13 @@ | |||
355 | cross-toolchains for more than a single architecture. | 355 | cross-toolchains for more than a single architecture. |
356 | You just need to edit the <filename>MACHINE</filename> | 356 | You just need to edit the <filename>MACHINE</filename> |
357 | variable in the <filename>local.conf</filename> file and | 357 | variable in the <filename>local.conf</filename> file and |
358 | re-run the BitBake command. | 358 | re-run the <filename>bitbake</filename> command. |
359 | </note></para></listitem> | 359 | </note></para></listitem> |
360 | <listitem><para><emphasis>Generate the Cross-Toolchain:</emphasis> | 360 | <listitem><para><emphasis>Generate the Cross-Toolchain:</emphasis> |
361 | Run <filename>bitbake meta-ide-support</filename> to | 361 | Run <filename>bitbake meta-ide-support</filename> to |
362 | complete the cross-toolchain generation. | 362 | complete the cross-toolchain generation. |
363 | Once the BitBake command finishes, the cross-toolchain is | 363 | Once the <filename>bitbake</filename> command finishes, |
364 | the cross-toolchain is | ||
364 | generated and populated within the Build Directory. | 365 | generated and populated within the Build Directory. |
365 | You will notice environment setup files for the | 366 | You will notice environment setup files for the |
366 | cross-toolchain that contain the string | 367 | cross-toolchain that contain the string |