diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex index a553faad1b..5fe93d9b0f 100644 --- a/slides/yocto-bsp/yocto-bsp.tex +++ b/slides/yocto-bsp/yocto-bsp.tex @@ -83,11 +83,9 @@ \subsection{Hardware configuration files} 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 73848c1963..b2660f80ae 100644 --- a/slides/yocto-layer-distro/yocto-layer-distro.tex +++ b/slides/yocto-layer-distro/yocto-layer-distro.tex @@ -67,6 +67,12 @@ \subsection{Distro Layers} \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}