]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Updated the extensible SDK installer example
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 19 Aug 2016 19:30:02 +0000 (12:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:09:28 +0000 (23:09 +0100)
(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

index 3e11fc97d52f27ee26395a6165830d0916f6f43a..f941df33f5e6e0df684df28d2984be422b8424cf 100644 (file)
             <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.