summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 17:34:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:37 +0100
commitda1833692867abdd4f25db8a97fb123a0e8a1e8f (patch)
tree061662c52589903c046284d4143468ef681e3bc1 /documentation
parent8d37bb99c96a0319e178163ea1e73e8420d8d929 (diff)
downloadpoky-da1833692867abdd4f25db8a97fb123a0e8a1e8f.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.xml6
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.