summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-19 13:06:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 23:09:28 +0100
commit4bdd0cfffab42de88479e47716af77fc953bfc62 (patch)
tree48a61ad9e4326216dc8b267636b5d7344edef363 /documentation/sdk-manual
parent5393fd7b34facbbe1890a44e70335a9cf0ead44a (diff)
downloadpoky-4bdd0cfffab42de88479e47716af77fc953bfc62.tar.gz
sdk-manual: Added an example name for an extensible SDK
(From yocto-docs rev: bbc2ac36d19713242307b73393035d3fca6ed5a0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index dc40cbf6c7..445bb4f66d 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -20,7 +20,7 @@
20 <para> 20 <para>
21 You can find SDK installers here: 21 You can find SDK installers here:
22 <itemizedlist> 22 <itemizedlist>
23 <listitem><para><emphasis>Standard SDK Installers</emphasis> 23 <listitem><para><emphasis>Standard SDK Installers:</emphasis>
24 Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink> 24 Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>
25 and find the folder that matches your host development system 25 and find the folder that matches your host development system
26 (i.e. <filename>i686</filename> for 32-bit machines or 26 (i.e. <filename>i686</filename> for 32-bit machines or
@@ -39,9 +39,14 @@
39 poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh 39 poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
40 </literallayout> 40 </literallayout>
41 </para></listitem> 41 </para></listitem>
42 <listitem><para><emphasis>Extensible SDK Installers</emphasis> 42 <listitem><para><emphasis>Extensible SDK Installers:</emphasis>
43 Installers for the extensible SDK are in 43 Installers for the extensible SDK are also located in
44 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>. 44 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>.
45 These installers have the string
46 <filename>ext</filename> as part of their names:
47 <literallayout class='monospaced'>
48 poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh
49 </literallayout>
45 </para></listitem> 50 </para></listitem>
46 </itemizedlist> 51 </itemizedlist>
47 </para> 52 </para>