[BL training-materials-updates] yocto-extend-recipe: Fix the folder reference
Mylène Josserand
mylene.josserand at bootlin.com
Fri Apr 27 09:43:35 CEST 2018
Repository : git://git.free-electrons.com/training-materials.git
On branch : master
Link : http://git.free-electrons.com/training-materials/commit/?id=c5b8e4e6cc5466fa424f7afebd1951f569febcc5
>---------------------------------------------------------------
commit c5b8e4e6cc5466fa424f7afebd1951f569febcc5
Author: Mylène Josserand <mylene.josserand at free-electrons.com>
Date: Fri Apr 27 09:43:35 2018 +0200
yocto-extend-recipe: Fix the folder reference
The meta-felabs is not under $POKY so fix it to have it
under $HOME/yocto-labs.
Signed-off-by: Mylène Josserand <mylene.josserand at free-electrons.com>
>---------------------------------------------------------------
c5b8e4e6cc5466fa424f7afebd1951f569febcc5
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 7b555fe..3b1e750 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -32,7 +32,7 @@ If the BitBake append file you just created is recognized by your Yocto
environment, you should see:
\begin{verbatim}
linux-ti-staging_4.9.bb:
- $POKY/meta-felabs/recipes-kernel/linux/linux-ti-staging_4.9.bbappend
+ $HOME/yocto-labs/meta-felabs/recipes-kernel/linux/linux-ti-staging_4.9.bbappend
\end{verbatim}
\section{Add patches to apply in the recipe}
More information about the training-materials-updates
mailing list