[bootlin/training-materials updates] master: slides/buildroot-appdev: drop part on Eclipse (ec793610)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Mar 20 15:01:13 CET 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/ec793610ead7143496585d4e864f09feeb5913fe

>---------------------------------------------------------------

commit ec793610ead7143496585d4e864f09feeb5913fe
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Mar 20 14:58:00 2019 +0100

    slides/buildroot-appdev: drop part on Eclipse
    
    The Eclipse plugin is essentially unmaintained, and only available for
    old Eclipse versions.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

ec793610ead7143496585d4e864f09feeb5913fe
 slides/buildroot-appdev/buildroot-appdev.tex | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/slides/buildroot-appdev/buildroot-appdev.tex b/slides/buildroot-appdev/buildroot-appdev.tex
index 1002bd54..bca503a9 100644
--- a/slides/buildroot-appdev/buildroot-appdev.tex
+++ b/slides/buildroot-appdev/buildroot-appdev.tex
@@ -339,25 +339,6 @@ LINUX_OVERRIDE_SRCDIR = $(HOME)/projects/linux
   \end{itemize}
 \end{frame}
 
-\begin{frame}{Eclipse plug-in}
-  \begin{itemize}
-  \item For application developers interested in using the Eclipse
-    IDE, a Buildroot-specific plugin has been developed.
-  \item It integrates the toolchain(s) generated by Buildroot into the
-    Eclipse C/C++ Development Environment.
-  \item Allows Eclipse projects to easily use the compiler, linker and
-    debugger provided by Buildroot
-  \item In Buildroot, enable the \code{BR2_ECLIPSE_REGISTER} option.
-  \item In Eclipse, install the {\em Buildroot} plugin, and follow the
-    instructions available from the plugin website.
-  \item See
-    \url{https://github.com/mbats/eclipse-buildroot-bundle/wiki} for
-    download, installation and usage details.
-  \item Last Eclipse version supported: {\em Luna}. Support for later
-    versions in progress.
-  \end{itemize}
-\end{frame}
-
 \setuplabframe
 {Application development}
 {
@@ -365,6 +346,5 @@ LINUX_OVERRIDE_SRCDIR = $(HOME)/projects/linux
   \item Build and run your own application
   \item Remote debug your application
   \item Use \code{<pkg>_OVERRIDE_SRCDIR}
-  \item Set up Eclipse for Buildroot application development
   \end{itemize}
 }




More information about the training-materials-updates mailing list