Skip to content

Commit

Permalink
yocto: slides: improve "Introduction to recipe extensions" slide
Browse files Browse the repository at this point in the history
Make wording more precise and also mention removing from variables.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Oct 1, 2024
1 parent d5e1c7d commit b8e6870
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ \subsection{Extending a recipe}
\begin{frame}
\frametitle{Introduction to recipe extensions}
\begin{itemize}
\item Metadata can be changed, added or appended.
\item Tasks can be added or appended.
\item Operators are used extensively, to add, append, prepend or
assign values.
\item Variable values can be modified
\begin{itemize}
\item Using operators to set, append or prepend
\item Using overrides to append, prepend or remove
\end{itemize}
\item Tasks can be modified
\begin{itemize}
\item Using overrides to append or prepend task code
\item Adding new tasks
\end{itemize}
\end{itemize}
\end{frame}

Expand Down

0 comments on commit b8e6870

Please sign in to comment.