[FE training-materials-updates] Support for training information

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 22 22:43:01 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=eb36b5f632fc95912409c3a2ca1b0d33a54b4d9d

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

commit eb36b5f632fc95912409c3a2ca1b0d33a54b4d9d
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 22 22:42:20 2014 +0200

    Support for training information
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

eb36b5f632fc95912409c3a2ca1b0d33a54b4d9d
 Makefile                                           |   9 +++++----
 slides/first-slides/alexandre-belloni.png          | Bin 0 -> 51416 bytes
 slides/first-slides/alexandre-belloni.tex          |  21 +++++++++++++++++++++
 .../first-slides.tex}                              |   4 ++++
 slides/first-slides/thomas-petazzoni.png           | Bin 0 -> 41153 bytes
 slides/first-slides/thomas-petazzoni.tex           |  20 ++++++++++++++++++++
 6 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 9b2c3c5..fe07b6b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ UPPERCASE = $(shell echo $1 | tr "[:lower:]" "[:upper:]")
 # List of slides for the different courses
 
 KERNEL_SLIDES = \
-		licensing \
+		first-slides \
 		about-us \
 		course-information-title \
 		beagleboneblack-board \
@@ -73,7 +73,7 @@ KERNEL_SLIDES = \
 		kernel-git-lab
 
 SYSDEV_SLIDES = \
-		licensing \
+		first-slides \
 		about-us \
 		course-information-title \
 		xplained-board \
@@ -121,7 +121,7 @@ SYSDEV_SLIDES = \
 		last-slides
 
 ANDROID_SLIDES = \
-		licensing \
+		first-slides \
 		about-us \
 		course-information-title \
 		beagleboneblack-board \
@@ -217,7 +217,7 @@ ANDROID_SLIDES = \
 		last-slides
 
 BOOTTIME_SLIDES = \
-		licensing \
+		first-slides \
 		thanks-atmel \
 		about-us \
 		course-information-title \
@@ -546,6 +546,7 @@ $(VARS): FORCE
 	@mkdir -p $(dir $@)
 	/bin/echo "\def \sessionurl {$(SESSION_URL)}" > $@
 	/bin/echo "\def \training {$(TRAINING)}" >> $@
+	/bin/echo "\def \trainer {$(TRAINER)}" >> $@
 
 clean:
 	$(RM) -rf $(OUTDIR) *.pdf *-labs *.xz
diff --git a/slides/first-slides/alexandre-belloni.png b/slides/first-slides/alexandre-belloni.png
new file mode 100644
index 0000000..42e2aab
Binary files /dev/null and b/slides/first-slides/alexandre-belloni.png differ
diff --git a/slides/first-slides/alexandre-belloni.tex b/slides/first-slides/alexandre-belloni.tex
new file mode 100644
index 0000000..0686205
--- /dev/null
+++ b/slides/first-slides/alexandre-belloni.tex
@@ -0,0 +1,21 @@
+\begin{frame}{Alexandre Belloni}
+ \begin{columns}
+  \column{0.4\textwidth}
+    \includegraphics[width=\textwidth]{slides/first-slides/alexandre-belloni.png}
+  \column{0.6\textwidth}
+    \begin{itemize}
+      \item Embedded Linux engineer at {\bf Free Electrons}
+      \item Open-source contributor
+        \begin{itemize}
+          \item Contributing to {\bf kernel support for Atmel ARM
+            processors}
+          \item Contributing to {\bf kernel support for Marvell
+            ARM (Berlin) processors}
+          \item Yocto Project: maintainer of the Crystalfontz boards
+            in the {\bf meta-fsl-arm} layer
+        \end{itemize}
+      \item \code{alex at free-electrons.com}
+    \end{itemize}
+ \end{columns}
+\end{frame}
+
diff --git a/slides/licensing/licensing.tex b/slides/first-slides/first-slides.tex
similarity index 97%
rename from slides/licensing/licensing.tex
rename to slides/first-slides/first-slides.tex
index 806d45f..217452a 100644
--- a/slides/licensing/licensing.tex
+++ b/slides/first-slides/first-slides.tex
@@ -1,3 +1,7 @@
+\ifdefempty{\trainer}{}{
+  \input{../slides/first-slides/\trainer.tex}
+}
+
 \begin{frame}
 \frametitle{Rights to copy}
    \scriptsize
diff --git a/slides/first-slides/thomas-petazzoni.png b/slides/first-slides/thomas-petazzoni.png
new file mode 100644
index 0000000..9a8c073
Binary files /dev/null and b/slides/first-slides/thomas-petazzoni.png differ
diff --git a/slides/first-slides/thomas-petazzoni.tex b/slides/first-slides/thomas-petazzoni.tex
new file mode 100644
index 0000000..fb00d0b
--- /dev/null
+++ b/slides/first-slides/thomas-petazzoni.tex
@@ -0,0 +1,20 @@
+\begin{frame}{Thomas Petazzoni}
+ \begin{columns}
+  \column{0.6\textwidth}
+  \begin{itemize}
+  \item CTO and Embedded Linux engineer at Free Electrons
+  \item Main contributions
+    \begin{itemize}
+    \item {\bf Kernel support for the Marvell Armada} ARM SoCs from
+      Marvell
+    \item Major contributor to {\bf Buildroot}, an open-source, simple and
+      fast embedded Linux build system
+    \end{itemize}
+  \item Living in {\bf Toulouse}, south west of France
+  \item \code{thomas at free-electrons.com}
+  \end{itemize}
+  \column{0.4\textwidth}
+    \includegraphics[width=\textwidth]{slides/first-slides/thomas-petazzoni.png}
+ \end{columns}
+\end{frame}
+



More information about the training-materials-updates mailing list