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>
This commit is contained in:
Scott Rifenbark 2016-08-19 12:30:02 -07:00 committed by Richard Purdie
parent 66ca0c4fef
commit e990bceca0
1 changed files with 23 additions and 4 deletions

View File

@ -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.