[FE training-materials-updates] yocto: labs: remove the advanced metadata going further

Gregory Clement gregory.clement at free-electrons.com
Fri Sep 2 17:25:22 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=797aa8c3b8d4d8ced65525632202b4a6e7944485

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

commit 797aa8c3b8d4d8ced65525632202b4a6e7944485
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Thu Jun 16 11:58:44 2016 +0200

    yocto: labs: remove the advanced metadata going further
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

797aa8c3b8d4d8ced65525632202b4a6e7944485
 labs/yocto-extend-recipe/yocto-extend-recipe.tex | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/labs/yocto-extend-recipe/yocto-extend-recipe.tex b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
index dcef51c..5c1f0e2 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -131,18 +131,3 @@ Access the board command line througth SSH, and launch the game:
 \begin{verbatim}
 $ ninvanders
 \end{verbatim}
-
-\section{Going further: use the Yocto Kernel metadata}
-
-When dealing with some kernel recipes, it can be possible to use a more advanced
-way to add patches and to manage the configuration. This can be achieved with
-\code{linux-yocto} packages. These packages can be found under
-\code{meta/recipes-kernel/linux/} and provide the official generic Yocto kernel.
-They can be useful as a starting point to create a custom kernel without doing
-everything from scratch. You can also create a very modular recipe by doing so.
-
-Read the Yocto Project's kernel documentation at
-\url{http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html} and
-find how to append a custom feature to an existing kernel recipe for an
-explicit architecture. Then write a BitBake append file extending the
-\code{linux-yocto_3.10} recipe.




More information about the training-materials-updates mailing list