aboutsummaryrefslogtreecommitdiffstats
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
parent66ca0c4fefe40d4e55c523e0d39ee1895e3d569b (diff)
downloadopenembedded-core-contrib-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>
-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 @@
<listitem><para><emphasis>Build Tools and Build System:</emphasis>
The extensible SDK installer performs additional tasks as
compared to the standard SDK installer.
- The extensible SDK installer extracts build tools specific
to the SDK and the installer also prepares the internal build
system within the SDK.
+ You can find pre-built extensible SDK installers in the same
+ <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-&DISTRO;/toolchain/'>toolchain</ulink>
+ location as the pre-built standard SDK installers.
+ For extensible SDK installers, the
+ <filename>ext</filename> string is part of the name.
+ Here is an example:
+ <literallayout class='monospaced'>
+ poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh
+ </literallayout>
+ <note>
+ As an alternative to downloading an SDK, you can build the toolchain
+ installer.
+ For information on building the installer, see the
+ "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
+ section.
+ Another helpful resource for building an installer is the
+ <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink>
+ wiki page.
+ </note>
Here is example output for running the extensible SDK
installer:
<literallayout class='monospaced'>
- $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-2.1+snapshot.sh
- Poky (Yocto Project Reference Distro) Extensible SDK installer version 2.1+snapshot
+ $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-&DISTRO;.sh
+ Poky (Yocto Project Reference Distro) Extensible SDK installer version &DISTRO;
===================================================================================
Enter target directory for SDK (default: ~/poky_sdk):
You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed[Y/n]? Y
@@ -80,8 +98,9 @@
<para>
After installing the SDK, you need to run the SDK environment setup
script.
- Here is the output:
+ Here is the output from an example run:
<literallayout class='monospaced'>
+ $ cd /home/scottrif/poky_sdk
$ source environment-setup-core2-64-poky-linux
SDK environment now set up; additionally you may now run devtool to perform development tasks.
Run devtool --help for further details.