[bootlin/training-materials updates] master: Embedded Linux slides: minor updates (0bf933e6)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Aug 4 16:58:14 CEST 2020


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

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

commit 0bf933e6a21047c77531cee209c320842cb08c01
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Aug 4 16:58:14 2020 +0200

    Embedded Linux slides: minor updates
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0bf933e6a21047c77531cee209c320842cb08c01
 slides/sysdev-embedded-linux/sysdev-embedded-linux.tex | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index e34e6be4..b5cf57bb 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -184,7 +184,7 @@
   \item In all cases, the attribution and the license must be
     preserved
     \begin{itemize}
-    \item See section 4. and 5.
+    \item See sections 4. and 5.
     \end{itemize}
   \end{itemize}
 \end{frame}
@@ -211,9 +211,6 @@
     \end{itemize}
   \item Used instead of the GPL for most of the libraries, including
     the C libraries
-    \begin{itemize}
-    \item Some exceptions: MySQL, or Qt \textless = 4.4
-    \end{itemize}
   \item Also available in two versions, v2 and v3
   \end{itemize}
 \end{frame}
@@ -600,9 +597,10 @@ met:
     \item Weston: a minimal and fast reference implementation
           of a Wayland compositor, and is suitable for many embedded
           and mobile use cases.
-    \item Not fully deployed yet. However, the ports of Gtk and Qt
-          to Wayland are complete.
-    \item \url{https://wayland.freedesktop.org/}
+    \item Most graphical toolkits (Gtk, Qt, EFL...) support Wayland now.
+    \item More and more desktop distributions support it: Fedora,
+          Debian, but Ubuntu not yet.
+    \item \url{https://en.wikipedia.org/wiki/Wayland_(display_server_protocol)}
     \end{itemize}
     \column{0.2\textwidth}
     \includegraphics[width=\textwidth]{slides/sysdev-embedded-linux/wayland.png}
@@ -764,7 +762,9 @@ met:
       browsers ... Google Chrome now uses a fork of its WebCore component).
       Used by e-mail clients too to render HTML.
     \item Multiple graphical back-ends: Qt4, GTK, EFL...
-    \item You could use it to create your custom browser.
+    \item You could use it to add HTML rendering capabilities to your
+          application or replace your application by a full-screen
+          browser.
     \end{itemize}
     \column{0.2\textwidth}
     \includegraphics[width=\textwidth]{slides/sysdev-embedded-linux/webkit.png}




More information about the training-materials-updates mailing list