From 86c637beac13fa0b1034263059aafb9a2e8a57f0 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Wed, 4 Dec 2024 10:13:05 +0100 Subject: [PATCH] labs: yocto: fix typo Signed-off-by: Antonin Godard --- labs/yocto-layer/yocto-layer.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/yocto-layer/yocto-layer.tex b/labs/yocto-layer/yocto-layer.tex index 4237d54fcb..a3d2efb731 100644 --- a/labs/yocto-layer/yocto-layer.tex +++ b/labs/yocto-layer/yocto-layer.tex @@ -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.