diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-19 10:07:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:27 +0100 |
commit | 4e0a0d12532c507a2c9bc1ee9f224b39c3e81f0b (patch) | |
tree | 84845ad4bc164b97c714fefd853a333ea0871bcd /documentation/sdk-manual/sdk-using.xml | |
parent | 99d43e62932fc4aabec3bc8b2045b02f9201db48 (diff) | |
download | poky-4e0a0d12532c507a2c9bc1ee9f224b39c3e81f0b.tar.gz |
sdk-manual: Added note about building and SDK
(From yocto-docs rev: 6518e03bc0259af04f01596f3f66c123616063e7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-using.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 5555df971f..b6dc06c3dc 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -96,6 +96,17 @@ | |||
96 | <literallayout class='monospaced'> | 96 | <literallayout class='monospaced'> |
97 | poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 97 | poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
98 | </literallayout> | 98 | </literallayout> |
99 | <note> | ||
100 | As an alternative to downloading an SDK, you can build the toolchain | ||
101 | installer. | ||
102 | For information on building the installer, see the | ||
103 | "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>" | ||
104 | section. | ||
105 | Another helpful resource for building an installer is the | ||
106 | <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink> | ||
107 | wiki page. | ||
108 | This wiki page focuses on development when using the Eclipse IDE. | ||
109 | </note> | ||
99 | </para> | 110 | </para> |
100 | 111 | ||
101 | <para> | 112 | <para> |