[FE training-materials-updates] yocto: labs: explicitly set the machine to beaglebone

Antoine Ténart antoine.tenart at free-electrons.com
Fri Nov 7 14:56:42 CET 2014


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

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

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

commit ce64f7cfa36e93103f3d0d79304df3d65949a423
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Nov 7 14:39:15 2014 +0100

    yocto: labs: explicitly set the machine to beaglebone
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

ce64f7cfa36e93103f3d0d79304df3d65949a423
 labs/yocto-first-build/yocto-first-build.tex | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index c9bc2ac..17cf4b6 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -64,10 +64,16 @@ Also, if you need to save disk space on your computer you can add \code{INHERIT
 += "rm_work"} in the previous configuration file. This will remove the
 package work directory once a package is built.
 
-Finally, don't forget to make the configuration aware of the TI layer. Edit the
+Don't forget to make the configuration aware of the TI layer. Edit the
 layer configuration file (\code{$BUILDDIR/conf/bblayers.conf}) and append the
 full path to the \code{meta-ti} directory to the \code{BBLAYERS} variable.
 
+Finally, you must specify which machine is your target. By default it
+is \code{quemu}. We need to build an image for a \code{beaglebone}.
+Update the \code{MACHINE} configuration variable accordingly. Be
+careful, \code{beaglebone} is different from the \code{beagleboard}
+machine!
+
 \section{Build your first image}
 
 Now that you're ready to start the compilation, simply run:



More information about the training-materials-updates mailing list