[FE training-materials-updates] yocto: labs: fix typo

Antoine Ténart antoine.tenart at free-electrons.com
Fri Sep 9 14:13:13 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=218eec7204426e47b2562e3d35abebfbfca10faf

>---------------------------------------------------------------

commit 218eec7204426e47b2562e3d35abebfbfca10faf
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Sep 9 14:13:13 2016 +0200

    yocto: labs: fix typo
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

218eec7204426e47b2562e3d35abebfbfca10faf
 labs/yocto-extend-recipe/yocto-extend-recipe.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/yocto-extend-recipe/yocto-extend-recipe.tex b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
index 5c1f0e2..9587598 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -39,7 +39,7 @@ linux-ti-staging_3.12.bb:
 
 We want our extended \code{linux-ti-staging} kernel to support the Nunchuk as
 a joystick input. We can add this by applying a patch during the
-\code{do_configure} task. The needed patches are provided with this lab. You can
+\code{do_patch} task. The needed patches are provided with this lab. You can
 find them under \code{~/yocto-labs/nunchuck/linux}. For more details about
 how to write the driver handling the Nunchuk, have a look on our embedded Linux
 kernel and driver development training course at




More information about the training-materials-updates mailing list