Skip to content

Commit

Permalink
slides/yocto-layer-distro: add details
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Jan 21, 2024
1 parent 25b20ac commit 98d8722
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions slides/yocto-layer-distro/yocto-layer-distro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ \subsection{Distro Layers}
\begin{frame}
\frametitle{\code{DISTRO_FEATURES}}
\begin{itemize}
\item Lists the features the distribution will provide.
\item Lists the features the distribution will enable (SSL, WiFi,
Bluetooth\dots).
\item As for \yoctovar{MACHINE_FEATURES}, this is used by package
recipes to enable or disable functionalities.
\item The \code{bluetooth} feature:
\item For example, the \code{bluetooth} feature:
\begin{itemize}
\item Asks the \code{bluez} daemon to be built and added to
the image.
Expand All @@ -99,7 +100,9 @@ \subsection{Distro Layers}
\end{itemize}
\item The providers' recipes define how to compile or/and install
the toolchain.
\item Toolchains can be built by the build system or external.
\item Toolchains can be built by the build system or external
(rarely used because toolchains are fast to rebuild thanks
to the shared state cache).
\end{itemize}
\end{frame}
Expand Down

0 comments on commit 98d8722

Please sign in to comment.