[bootlin/training-materials updates] master: yocto: small updates (2cd9649c)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jun 19 19:01:00 CEST 2020


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

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

commit 2cd9649cd1a5baaf21d97e358de4d70d19bffa82
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Fri Jun 19 19:00:38 2020 +0200

    yocto: small updates
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

2cd9649cd1a5baaf21d97e358de4d70d19bffa82
 slides/yocto-advanced/yocto-advanced.tex   |   2 +-
 slides/yocto-basics/yocto-basics.tex       |   8 ++++----
 slides/yocto-bsp/yocto-bsp.tex             |   4 ++--
 slides/yocto-resources/ELDYP.jpg           | Bin 189220 -> 132827 bytes
 slides/yocto-resources/ELPYPC.jpg          | Bin 190201 -> 80866 bytes
 slides/yocto-resources/yocto-resources.tex |   8 ++++----
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex
index 63c06e18..91bfbeec 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -180,7 +180,7 @@ IMAGE_INSTALL = "busybox mtd-utils"
           u-boot-ti-staging\dots
         \item \code{virtual/kernel}: linux-yocto, linux-yocto-tiny,
           linux-yocto-rt, linux-ti-staging\dots
-        \item \code{virtual/libc}: eglibc, uclibc
+        \item \code{virtual/libc}: glibc, musl, newlib
         \item \code{virtual/xserver}: xserver-xorg
       \end{itemize}
   \end{itemize}
diff --git a/slides/yocto-basics/yocto-basics.tex b/slides/yocto-basics/yocto-basics.tex
index a50db12a..1f1d9002 100644
--- a/slides/yocto-basics/yocto-basics.tex
+++ b/slides/yocto-basics/yocto-basics.tex
@@ -36,10 +36,10 @@
           have access to core command line commands and services.
         \item[core-image-sato] Image with Sato support. Sato is a
           GNOME mobile-based user interface.
-        \item[meta-toolchain] Includes development headers and
-          libraries to develop directly on the target.
-        \item[meta-ide-support] Generates the cross-toolchain. Useful
-          when working with the SDK.
+        \item[meta-toolchain] Generates the cross-toolchain in an
+          installable format.
+        \item[meta-ide-support] Generates the cross-toolchain and
+          additional tools (gdb, qemu, ...) for IDE integration.
       \end{description}
   \end{itemize}
 \end{frame}
diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex
index b9dbaece..b5e8dab2 100644
--- a/slides/yocto-bsp/yocto-bsp.tex
+++ b/slides/yocto-bsp/yocto-bsp.tex
@@ -77,9 +77,9 @@
     \item[PREFERRED\_PROVIDER\_virtual/kernel] The default kernel.
     \item[MACHINE\_FEATURES] List of hardware features provided by the
       machine, e.g. \code{usbgadget usbhost screen wifi}
-    \item[SERIAL\_CONSOLE] Speed and device for the serial console to
+    \item[SERIAL\_CONSOLES] Speed and device for the serial console to
       attach. Passed to the kernel as the \code{console} parameter,
-      e.g. \code{115200 ttyS0}
+      e.g. \code{115200;ttyS0}
     \item[KERNEL\_IMAGETYPE] The type of kernel image to build, e.g.
       \code{zImage}
   \end{description}
diff --git a/slides/yocto-resources/ELDYP.jpg b/slides/yocto-resources/ELDYP.jpg
index 2645869e..9f3a0566 100644
Binary files a/slides/yocto-resources/ELDYP.jpg and b/slides/yocto-resources/ELDYP.jpg differ
diff --git a/slides/yocto-resources/ELPYPC.jpg b/slides/yocto-resources/ELPYPC.jpg
index 18c44708..ba0f970c 100644
Binary files a/slides/yocto-resources/ELPYPC.jpg and b/slides/yocto-resources/ELPYPC.jpg differ
diff --git a/slides/yocto-resources/yocto-resources.tex b/slides/yocto-resources/yocto-resources.tex
index fa6c604f..29c96557 100644
--- a/slides/yocto-resources/yocto-resources.tex
+++ b/slides/yocto-resources/yocto-resources.tex
@@ -13,9 +13,9 @@
   \frametitle{Useful Reading (1)}
   \begin{columns}
     \column{0.7\textwidth}
-    Embedded Linux Development with Yocto Project, July 2014
+    Embedded Linux Development with Yocto Project - Second Edition, Nov 2017
     \begin{itemize}
-    \item \url{https://www.packtpub.com/application-development/embedded-linux-development-yocto-project}
+    \item \url{https://www.packtpub.com/virtualization-and-cloud/embedded-linux-development-using-yocto-projects-second-edition}
     \item By Otavio Salvador and Daiane Angolini
     \item From basic to advanced usage, helps writing better, more
       flexible recipes. A good reference to jumpstart your Yocto
@@ -30,9 +30,9 @@
   \frametitle{Useful Reading (2)}
   \begin{columns}
     \column{0.7\textwidth}
-    Embedded Linux Projects Using Yocto Project Cookbook, March 2015
+    Embedded Linux Projects Using Yocto Project Cookbook - Second Edition, January 2018
     \begin{itemize}
-    \item \url{https://bit.ly/1DTvjNg}
+    \item \url{https://www.packtpub.com/virtualization-and-cloud/embedded-linux-development-using-yocto-project-cookbook-second-edition}
     \item By Alex González
     \item A set of recipes that you can refer to and solve your
           immediate problems instead of reading it from cover to cover. 




More information about the training-materials-updates mailing list