diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 17:34:10 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:23 +0100 |
| commit | 6cfbc41f72c5f8dfc457e55a40e7dc05346c8d56 (patch) | |
| tree | c3b4768a9e16ad8284b0d7b1d512036b9590d6da /documentation | |
| parent | bdeedab9798fdcab73d4dd254bcc8c6d179e2940 (diff) | |
| download | poky-6cfbc41f72c5f8dfc457e55a40e7dc05346c8d56.tar.gz | |
adt-manual: Changed capitalization of list for consistency.
Start with lower-case letters.
(From yocto-docs rev: 638963fb2c4cbcc3065725abe4f09f9b528c648e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index c6bfd49a6b..e2eb2afe97 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -39,18 +39,18 @@ | |||
| 39 | 39 | ||
| 40 | <para> | 40 | <para> |
| 41 | <itemizedlist> | 41 | <itemizedlist> |
| 42 | <listitem><para><emphasis>Use the ADT Installer Script:</emphasis> | 42 | <listitem><para><emphasis>Use the ADT installer script:</emphasis> |
| 43 | This method is the recommended way to install the ADT because it | 43 | This method is the recommended way to install the ADT because it |
| 44 | automates much of the process for you. | 44 | automates much of the process for you. |
| 45 | For example, you can configure the installation to install the QEMU emulator | 45 | For example, you can configure the installation to install the QEMU emulator |
| 46 | and the user-space NFS, specify which root filesystem profiles to download, | 46 | and the user-space NFS, specify which root filesystem profiles to download, |
| 47 | and define the target sysroot location.</para></listitem> | 47 | and define the target sysroot location.</para></listitem> |
| 48 | <listitem><para><emphasis>Use an Existing Toolchain:</emphasis> | 48 | <listitem><para><emphasis>Use an existing toolchain:</emphasis> |
| 49 | Using this method, you select and download an architecture-specific | 49 | Using this method, you select and download an architecture-specific |
| 50 | toolchain installer and then run the script to hand-install the toolchain. | 50 | toolchain installer and then run the script to hand-install the toolchain. |
| 51 | If you use this method, you just get the cross-toolchain and QEMU - you do not | 51 | If you use this method, you just get the cross-toolchain and QEMU - you do not |
| 52 | get any of the other mentioned benefits had you run the ADT Installer script.</para></listitem> | 52 | get any of the other mentioned benefits had you run the ADT Installer script.</para></listitem> |
| 53 | <listitem><para><emphasis>Use the Toolchain from within the Build Directory:</emphasis> | 53 | <listitem><para><emphasis>Use the toolchain from within the Build Directory:</emphasis> |
| 54 | If you already have a | 54 | If you already have a |
| 55 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, | 55 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, |
| 56 | you can build the cross-toolchain within the directory. | 56 | you can build the cross-toolchain within the directory. |
