[FE training-materials-updates] yocto: labs: fix the kernel extended recipe

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


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

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

commit 2f9293f15311a01ee44a86c8028c5091336aff95
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Sep 9 14:31:32 2016 +0200

    yocto: labs: fix the kernel extended recipe
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

2f9293f15311a01ee44a86c8028c5091336aff95
 labs/yocto-extend-recipe/yocto-extend-recipe.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/labs/yocto-extend-recipe/yocto-extend-recipe.tex b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
index 9587598..f086448 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -53,7 +53,9 @@ list.
 
 Try adding the patches included in this lab to your BitBake append
 file. Do not forget to also add the \code{defconfig} file provided
-alongside the patches.
+alongside the patches. Be careful, have a look at where \code{defconfig}
+files are stored in the \code{linux-ti-staging} recipe. You must put
+the \code{defconfig} file of your recipe in the same kind of folder.
 
 You can now rebuild the \code{linux-ti-staging} kernel to take the new
 patches into account:




More information about the training-materials-updates mailing list