[FE training-materials-updates] Add LEGO penguin picture for system building

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Feb 2 15:14:03 CET 2016


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

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

commit 06298a364c1c5e186160b64f566cc618c9351373
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Feb 2 15:14:03 2016 +0100

    Add LEGO penguin picture for system building
    
    - Photograph copyright Free Electrons
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

06298a364c1c5e186160b64f566cc618c9351373
 slides/sysdev-embedded-linux/lego-penguin.png      | Bin 0 -> 366482 bytes
 .../sysdev-embedded-linux.tex                      |  33 ++++++++++++---------
 2 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/slides/sysdev-embedded-linux/lego-penguin.png b/slides/sysdev-embedded-linux/lego-penguin.png
new file mode 100644
index 0000000..7c2f8ff
Binary files /dev/null and b/slides/sysdev-embedded-linux/lego-penguin.png differ
diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index 286dd19..48fecb4 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -778,22 +778,27 @@ met:
 
 \begin{frame}
   \frametitle{System building: goal and solutions}
-  \begin{itemize}
-  \item Goal
-    \begin{itemize}
-    \item Integrate all the software components, both third-party and
-      in-house, into a working root filesystem
-    \item It involves the download, extraction, configuration,
-      compilation and installation of all components, and possibly
-      fixing issues and adapting configuration files
-    \end{itemize}
-  \item Several solutions
+  \begin{columns}[T]
+    \column{0.6\textwidth}
     \begin{itemize}
-    \item Manually
-    \item System building tools
-    \item Distributions or ready-made filesystems
+    \item Goal
+      \begin{itemize}
+      \item Integrate all the software components, both third-party and
+        in-house, into a working root filesystem
+      \item It involves the download, extraction, configuration,
+        compilation and installation of all components, and possibly
+        fixing issues and adapting configuration files
+      \end{itemize}
+    \item Several solutions
+      \begin{itemize}
+      \item Manually
+      \item System building tools
+      \item Distributions or ready-made filesystems
+      \end{itemize}
     \end{itemize}
-  \end{itemize}
+    \column{0.4\textwidth}
+    \includegraphics[width=\textwidth]{slides/sysdev-embedded-linux/lego-penguin.png}
+  \end{columns}
 \end{frame}
 
 \begin{frame}




More information about the training-materials-updates mailing list