Skip to content

Commit

Permalink
yocto: slides: move "The main tasks" a bit earlier
Browse files Browse the repository at this point in the history
This picture gives the big picture of the tasks users must really
understand even for basic recipe writing. Move it before the "Writing
tasks" slides, instead of just after, so it is closer to the introductory
"Tasks" slide.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Oct 4, 2024
1 parent 749e8e9 commit 94d3578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slides/yocto-recipe-basics/yocto-recipe-basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,12 @@ \subsection{Organization of a recipe}
\code{bitbake <recipe> -c listtasks}
\end{frame}
\begin{frame}{The main tasks}
\begin{center}
\includegraphics[width=\textwidth]{slides/yocto-recipe-basics/tasks-basics.pdf}
\end{center}
\end{frame}
\begin{frame}[fragile]
\frametitle{Writing tasks 1/2}
\begin{itemize}
Expand Down Expand Up @@ -415,12 +421,6 @@ \subsection{Organization of a recipe}
\end{block}
\end{frame}
\begin{frame}{The main tasks}
\begin{center}
\includegraphics[width=\textwidth]{slides/yocto-recipe-basics/tasks-basics.pdf}
\end{center}
\end{frame}
\begin{frame}[fragile]
\frametitle{Adding new tasks}
\begin{itemize}
Expand Down

0 comments on commit 94d3578

Please sign in to comment.