[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2111/8267] sdk-manual: Updated the extensible SDK installer example



commit e990bceca0a93d2bd59118607f04cb11d5a6f05e
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Fri Aug 19 12:30:02 2016 -0700

    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>

 documentation/sdk-manual/sdk-extensible.xml |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 3e11fc9..f941df3 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]