summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-19 12:30:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 23:09:28 +0100
commite990bceca0a93d2bd59118607f04cb11d5a6f05e (patch)
treebc1bf8b099749e6ea1f5170ac9f76128aa38de0e /documentation/sdk-manual
parent66ca0c4fefe40d4e55c523e0d39ee1895e3d569b (diff)
downloadpoky-e990bceca0a93d2bd59118607f04cb11d5a6f05e.tar.gz
sdk-manual: Updated the extensible SDK installer example
(From yocto-docs rev: 3791f4abc21c565f7e258a550e66327dbbe7a384) 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-extensible.xml27
1 files changed, 23 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 3e11fc97d5..f941df33f5 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -53,14 +53,32 @@
53 <listitem><para><emphasis>Build Tools and Build System:</emphasis> 53 <listitem><para><emphasis>Build Tools and Build System:</emphasis>
54 The extensible SDK installer performs additional tasks as 54 The extensible SDK installer performs additional tasks as
55 compared to the standard SDK installer. 55 compared to the standard SDK installer.
56 The extensible SDK installer extracts build tools specific
57 to the SDK and the installer also prepares the internal build 56 to the SDK and the installer also prepares the internal build
58 system within the SDK. 57 system within the SDK.
58 You can find pre-built extensible SDK installers in the same
59 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-&DISTRO;/toolchain/'>toolchain</ulink>
60 location as the pre-built standard SDK installers.
61 For extensible SDK installers, the
62 <filename>ext</filename> string is part of the name.
63 Here is an example:
64 <literallayout class='monospaced'>
65 poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh
66 </literallayout>
67 <note>
68 As an alternative to downloading an SDK, you can build the toolchain
69 installer.
70 For information on building the installer, see the
71 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
72 section.
73 Another helpful resource for building an installer is the
74 <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink>
75 wiki page.
76 </note>
59 Here is example output for running the extensible SDK 77 Here is example output for running the extensible SDK
60 installer: 78 installer:
61 <literallayout class='monospaced'> 79 <literallayout class='monospaced'>
62 $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-2.1+snapshot.sh 80 $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-&DISTRO;.sh
63 Poky (Yocto Project Reference Distro) Extensible SDK installer version 2.1+snapshot 81 Poky (Yocto Project Reference Distro) Extensible SDK installer version &DISTRO;
64 =================================================================================== 82 ===================================================================================
65 Enter target directory for SDK (default: ~/poky_sdk): 83 Enter target directory for SDK (default: ~/poky_sdk):
66 You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed[Y/n]? Y 84 You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed[Y/n]? Y
@@ -80,8 +98,9 @@
80 <para> 98 <para>
81 After installing the SDK, you need to run the SDK environment setup 99 After installing the SDK, you need to run the SDK environment setup
82 script. 100 script.
83 Here is the output: 101 Here is the output from an example run:
84 <literallayout class='monospaced'> 102 <literallayout class='monospaced'>
103 $ cd /home/scottrif/poky_sdk
85 $ source environment-setup-core2-64-poky-linux 104 $ source environment-setup-core2-64-poky-linux
86 SDK environment now set up; additionally you may now run devtool to perform development tasks. 105 SDK environment now set up; additionally you may now run devtool to perform development tasks.
87 Run devtool --help for further details. 106 Run devtool --help for further details.