Skip to content

Commit

Permalink
labs: yocto: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Godard <[email protected]>
  • Loading branch information
antznin committed Dec 4, 2024
1 parent 4db115c commit 86c637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/yocto-layer/yocto-layer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ \section{Integrate a layer to the build}
\section{Add a recipe to the layer}
In the previous lab we introduced a recipe for the nInvaders game. We included
it to the existing \code{meta} layer. While this approach give a working result,
it to the existing \code{meta} layer. While this approach gives a working result,
the Yocto logic is not respected. You should instead always \textbf{use a custom layer}
to add recipes or to customize the existing ones. To illustrate this we will
move our previously created nInvaders recipe into the \code{meta-bootlinlabs} layer.
Expand Down

0 comments on commit 86c637b

Please sign in to comment.