Skip to content

Commit

Permalink
yocto: slides: improve MACHINE_FEATURES and DISTRO_FEATURES exmples
Browse files Browse the repository at this point in the history
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: [email protected]
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Oct 31, 2023
1 parent 8f13d66 commit 08e0fd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions slides/yocto-bsp/yocto-bsp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 6 additions & 0 deletions slides/yocto-layer-distro/yocto-layer-distro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 08e0fd8

Please sign in to comment.