Skip to content

Commit

Permalink
yocto: slides: use a standalone image recipe example
Browse files Browse the repository at this point in the history
The current image example includes core-image-minimal.bb, so it is not
self-standing. Replace with the example from meta-kiss, which inherits
core-image.bbclass instead, slightly modified.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Jul 25, 2024
1 parent c316951 commit bc9e61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slides/yocto-image/yocto-image.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ \subsection{Introduction to images}
\frametitle{Example of an image}
\begin{block}{}
\begin{minted}{sh}
require recipes-core/images/core-image-minimal.bb
SUMMARY = "Example image"
IMAGE_INSTALL = "packagegroup-core-boot dropbear ninvaders"
IMAGE_LINGUAS = " "
DESCRIPTION = "Example image"
IMAGE_INSTALL += "ninvaders"
inherit core-image
\end{minted}
\end{block}
Note: unlike other recipes, image recipes don't need to set
Expand Down

0 comments on commit bc9e61f

Please sign in to comment.