summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-04-12 14:21:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-18 11:30:37 +0100
commit415aa0577c549643ba2fc77ecff94eff03d7c97c (patch)
tree13c2b794ce77358093ed4fd5037f53eb6d6626ff /documentation/sdk-manual/sdk-extensible.xml
parent05818e63ed1a817953a07495e67d03acc5412d62 (diff)
downloadpoky-415aa0577c549643ba2fc77ecff94eff03d7c97c.tar.gz
sdk-manual: Removed all references to Eclipse
Took care of links as well. (From yocto-docs rev: a338dc13ebbcdc77fb16e36f12eb5f0e1e05187f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.xml')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 9be082d8ba..f7c5c00b8b 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -27,8 +27,7 @@
27 <para> 27 <para>
28 In addition to the functionality available through 28 In addition to the functionality available through
29 <filename>devtool</filename>, you can alternatively make use of the 29 <filename>devtool</filename>, you can alternatively make use of the
30 toolchain directly, for example from Makefile, Autotools, and 30 toolchain directly, for example from Makefile and Autotools.
31 <trademark class='trade'>Eclipse</trademark>-based projects.
32 See the 31 See the
33 "<link linkend='sdk-working-projects'>Using the SDK Toolchain Directly</link>" 32 "<link linkend='sdk-working-projects'>Using the SDK Toolchain Directly</link>"
34 chapter for more information. 33 chapter for more information.
@@ -119,11 +118,6 @@
119 For information on building the installer, see the 118 For information on building the installer, see the
120 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>" 119 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
121 section. 120 section.
122 Another helpful resource for building an installer is the
123 <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink>
124 wiki page.
125 This wiki page focuses on development when using the Eclipse
126 IDE.
127 </note> 121 </note>
128 </para> 122 </para>
129 123