[FE training-materials-updates] yocto: labs: use full paths

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


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

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

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

commit bdc3fa0b957721ed3fea36bd306f1f561361381e
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Nov 7 14:37:32 2014 +0100

    yocto: labs: use full paths
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

bdc3fa0b957721ed3fea36bd306f1f561361381e
 labs/yocto-first-build/yocto-first-build.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index c72ddfd..a30a72b 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -30,12 +30,12 @@ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.5.1/\
 tar xf poky-dora-10.0.1.tar.bz2
 \end{verbatim}
 
-Go to the Poky root directory: \code{cd poky-dora-10.0.1}
+Go to the Poky root directory: \code{cd $HOME/yocto-labs/poky-dora-10.0.1/}
 
 Then download the OpenEmbedded TI layer:
 \begin{verbatim}
 git clone git://git.yoctoproject.org/meta-ti.git
-cd meta-ti
+cd $HOME/yocto-labs/poky-dora-10.0.1/meta-ti/
 git checkout dora
 \end{verbatim}
 
@@ -48,7 +48,7 @@ git am ~/yocto-labs/0001-beaglebone-use-the-am335x_boneblack-u-boot-configura.pa
 
 Export all needed variables and set up the build directory:
 \begin{verbatim}
-cd ..
+cd $HOME/yocto-labs/poky-dora-10.0.1/
 source oe-init-build-env
 \end{verbatim}
 



More information about the training-materials-updates mailing list