[FE training-materials-updates] yocto: labs: first use the plugin and then add a recipe

Antoine Ténart antoine.tenart at free-electrons.com
Fri Nov 28 14:37:29 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1c2254fcc127fdafb8f0999134222d9b2a9d6824

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

commit 1c2254fcc127fdafb8f0999134222d9b2a9d6824
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Nov 28 14:36:40 2014 +0100

    yocto: labs: first use the plugin and then add a recipe
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

1c2254fcc127fdafb8f0999134222d9b2a9d6824
 labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex b/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
index 5437c21..73246ea 100644
--- a/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
+++ b/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
@@ -65,19 +65,6 @@ Location} to your build directory and the \code{Sysroot Location} to the
 \code{tmp/sysroot/beaglebone} directory of your build directory. Then select the
 \code{Target Architecture}. Apply and close, the plugin is set up!
 
-\section{Create a recipe}
-
-The Yocto Project BitBake Commander Plug-in allows to fully manage the Yocto Project
-from Eclipse, including creating a new recipe with a user friendly wizard. To
-demonstrate this ability, we will create a new recipe for the wonderful Steam
-Locomotive command (\code{sl}). The home page is located at:
-\code{https://github.com/mtoyoda/sl}.
-
-Select the \code{File → New → Other} menu. Double click on the \code{BitBake
-Recipe} under the \code{Yocto Project BitBake Commander} category. Now you can
-create the recipe by filling the form according to the previous labs we
-followed.
-
 \section{Build a Poky image from Eclipse}
 
 The Eclipse Yocto Project plugin allows, in addition to compiling an application
@@ -104,3 +91,16 @@ configuration} menu, and then start a build.
 
 Once the build completed, you will see useful information about the image built
 in the Hob window.
+
+\section{Create a recipe}
+
+The Yocto Project BitBake Commander Plug-in allows to fully manage the Yocto Project
+from Eclipse, including creating a new recipe with a user friendly wizard. To
+demonstrate this ability, we will create a new recipe for the wonderful Steam
+Locomotive command (\code{sl}). The home page is located at:
+\code{https://github.com/mtoyoda/sl}.
+
+Select the \code{File → New → Other} menu. Double click on the \code{BitBake
+Recipe} under the \code{Yocto Project BitBake Commander} category. Now you can
+create the recipe by filling the form according to the previous labs we
+followed.



More information about the training-materials-updates mailing list