blob: 5213a780db8897ee361dc893bccfc23f9332f8fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\begin{frame}
\frametitle{build configuration}
local.conf is used to configure
\begin{itemize}
\item the target machine
\item paths
\item the used distribution
\item package formats
\item arch of developer machine
\item additional image features
\item use additional classes
\item enable testing
\item devshell terminal
\item patch resolver
\item disk monitoring
\item sstate mirrors
\item qemu configuration
\item incompatible licenses, e.g. INCOMPATIBLE\_LICENSE = “GPLv3”
\end{itemize}
\end{frame}
|