[FE training-materials-updates] labs: yocto-lab4: small fixes

Antoine Ténart antoine.tenart at free-electrons.com
Fri Jun 17 15:27:49 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : dev_mylene/yocto_update/krogoth
Link       : http://git.free-electrons.com/training-materials/commit/?id=9127b7792f511890380e44658a26f1f21209e725

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

commit 9127b7792f511890380e44658a26f1f21209e725
Author: Mylène Josserand <mylene.josserand at free-electrons.com>
Date:   Fri Jun 17 15:27:49 2016 +0200

    labs: yocto-lab4: small fixes
    
    Modifications/differences:
       - As the "linux-yocto" is now the kernel used, update it
       - The removable-layers in bblayers.conf has been removed so the
       reference in the documentation is removed too.
    
    Signed-off-by: Mylène Josserand <mylene.josserand at free-electrons.com>


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

9127b7792f511890380e44658a26f1f21209e725
 labs/yocto-layer/yocto-layer.tex | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/labs/yocto-layer/yocto-layer.tex b/labs/yocto-layer/yocto-layer.tex
index 5caf8f9..7813d44 100644
--- a/labs/yocto-layer/yocto-layer.tex
+++ b/labs/yocto-layer/yocto-layer.tex
@@ -18,7 +18,7 @@ You can access the configuration and state of layers with the
 information about available recipes. Try the following commands:
 \begin{verbatim}
 bitbake-layers show-layers
-bitbake-layers show-recipes linux-ti-staging
+bitbake-layers show-recipes linux-yocto
 bitbake-layers show-overlayed
 \end{verbatim}
 
@@ -49,8 +49,7 @@ BeagleBone Black support in Yocto. We have to do the same for our
 
 There is a file which contains all the paths of the layers we use. Try to find it
 without looking back to the first lab. Then add the full path to our newly
-created layer to the list of removable layers (i.e. those which aren't part of
-the true Yocto core).
+created layer to the list of layers.
 
 Validate the integration of the \code{meta-felabs} layer with:
 \begin{verbatim}
@@ -61,7 +60,7 @@ bitbake-layers show-layers
 
 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,
-the Yocto logic is not respected. You should instead always use a custom layer
+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-felabs} layer.
 




More information about the training-materials-updates mailing list