Skip to content

Commit

Permalink
yocto: slides: improve readability of picture
Browse files Browse the repository at this point in the history
Text is quite small, enlarge the picture.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Jul 22, 2024
1 parent 24e2526 commit 80abf77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions slides/yocto-advanced/yocto-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,12 @@ \subsection{Variables}
\begin{frame}
\frametitle{Order of variable assignment}
\begin{columns}
\column{0.4\textwidth}
\column{0.55\textwidth}
\includegraphics[width=\textwidth]{slides/yocto-advanced/yocto-operators-order.pdf}
\column{0.6\textwidth}
\column{0.45\textwidth}
\begin{enumerate}
\item All the operators are applied, in parsing order
\item All the operators are applied,\\
in parsing order
\item \code{:append} overrides are applied
\item \code{:prepend} overrides are applied
\item \code{:remove} overrides are applied
Expand Down

0 comments on commit 80abf77

Please sign in to comment.