[bootlin/training-materials updates] master: yocto: updates (4325f8fb)

Alexandre Belloni alexandre.belloni at bootlin.com
Tue Jan 12 18:26:13 CET 2021


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

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

commit 4325f8fbebb63fbb021f1782d7ca5a7e6955127e
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Tue Jan 12 18:26:13 2021 +0100

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


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

4325f8fbebb63fbb021f1782d7ca5a7e6955127e
 slides/yocto-advanced/yocto-advanced.tex | 7 +++++--
 slides/yocto-overview/yocto-overview.tex | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex
index 91bfbeec..a9fba07c 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -242,8 +242,11 @@ IMAGE_INSTALL = "busybox mtd-utils"
   \begin{itemize}
     \item The list of packages to install is also filtered using the
       \code{PACKAGE_EXCLUDE} variable.
-    \item However, if a package needs installing to satisfy a
-      dependency, it will still be selected.
+    \item If you choose to not install a package using this variable
+      and some other package is dependent on it (i.e. listed in a
+      recipe's RDEPENDS variable), the OpenEmbedded build system
+      generates a fatal installation error.
+    \item This only works with RPM and IPK packages.
   \end{itemize}
 \end{frame}
 
diff --git a/slides/yocto-overview/yocto-overview.tex b/slides/yocto-overview/yocto-overview.tex
index ecde4db6..b9b11be5 100644
--- a/slides/yocto-overview/yocto-overview.tex
+++ b/slides/yocto-overview/yocto-overview.tex
@@ -52,8 +52,8 @@
         meta-ti} layer is used.
       \item Multiple layers are used within a same distribution,
         depending on the requirements.
-      \item It supports the ARM, MIPS (32 and 64 bits), PowerPC and
-        x86 (32 and 64 bits) architectures.
+      \item It supports the ARM, MIPS (32 and 64 bits), PowerPC,
+        RISC-V and x86 (32 and 64 bits) architectures.
       \item It supports QEMU emulated machines for these architectures.
     \end{itemize}
   \end{itemize}




More information about the training-materials-updates mailing list