Skip to content

Commit

Permalink
yocto: slides: mention site.conf
Browse files Browse the repository at this point in the history
Reported-by: [email protected]
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Oct 13, 2023
1 parent 19b421d commit 62e5d99
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions slides/yocto-basics/yocto-basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,20 @@ \subsection{Configuring the build system}
\begin{frame}
\frametitle{The \code{build/conf/} directory}
\begin{itemize}
\item The \code{conf/} directory in the \code{build} one holds
build specific configuration.
\item The \code{conf/} directory in the \code{build} one holds two
mandatory build-specific configuration files:
\begin{description}
\item[bblayers.conf] Explicitly list the layers to use.
\item[local.conf] Set up the configuration variables relative to
the current user for the build. Configuration variables can be
overridden there.
\end{description}
\item Additional optional configuration files can be used:
\begin{description}
\item[site.conf] Similar to \code{local.conf} but intended to be used
for site-specific settings, such as network mirrors and CPU/memory
resource usage limits.
\end{description}
\end{itemize}
\end{frame}

Expand Down

0 comments on commit 62e5d99

Please sign in to comment.