[bootlin/training-materials updates] master: yocto: slides: improve MACHINE_FEATURES and DISTRO_FEATURES exmples (08e0fd80)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Oct 31 09:24:19 CET 2023


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

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

commit 08e0fd806bda9093cf56f1f3a9356ca8ed11b8c9
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Oct 30 17:07:32 2023 +0100

    yocto: slides: improve MACHINE_FEATURES and DISTRO_FEATURES exmples
    
    Currently connman does not look at MACHINE_FEATURES but rather at
    DISTRO_FEATURES, thus move the example to the DISTRO_FEATURES slide and
    replace it with a new example to the MACHINE_FEATURES slide.
    
    Reported-by: rpjday at crashcourse.ca
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

08e0fd806bda9093cf56f1f3a9356ca8ed11b8c9
 slides/yocto-bsp/yocto-bsp.tex                   | 6 ++----
 slides/yocto-layer-distro/yocto-layer-distro.tex | 6 ++++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex
index a553faad..5fe93d9b 100644
--- a/slides/yocto-bsp/yocto-bsp.tex
+++ b/slides/yocto-bsp/yocto-bsp.tex
@@ -83,11 +83,9 @@
       disable functionalities.
     \item Some packages are automatically added to the resulting root
     filesystem depending on the feature list.
-    \item The feature \code{bluetooth}:
       \begin{itemize}
-        \item Asks the \code{bluez} daemon to be built and added to
-          the image.
-        \item Enables bluetooth support in \code{ConnMan}.
+        \item The machine feature \code{keyboard} adds the \code{keymaps}
+          to the image.
       \end{itemize}
   \end{itemize}
 \end{frame}
diff --git a/slides/yocto-layer-distro/yocto-layer-distro.tex b/slides/yocto-layer-distro/yocto-layer-distro.tex
index 73848c19..b2660f80 100644
--- a/slides/yocto-layer-distro/yocto-layer-distro.tex
+++ b/slides/yocto-layer-distro/yocto-layer-distro.tex
@@ -67,6 +67,12 @@ MAINTAINER = "..."
     \item Lists the features the distribution will provide.
     \item As for \code{MACHINE_FEATURES}, this is used by package
       recipes to enable or disable functionalities.
+    \item The \code{bluetooth} feature:
+      \begin{itemize}
+        \item Asks the \code{bluez} daemon to be built and added to
+          the image.
+        \item Enables bluetooth support in \code{ConnMan}.
+      \end{itemize}
     \item \code{COMBINED_FEATURES} provides the list of features that
       are enabled in both \code{MACHINE_FEATURES} and \code{DISTRO_FEATURES}.
   \end{itemize}




More information about the training-materials-updates mailing list