[FE training-materials-updates] labs/buildroot-rootfs: fix path to lab data

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 3 03:50:27 CEST 2015


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

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

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

commit 889439b8c9025a610baacf37307b60e8b6e91dcc
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Jun 3 01:56:45 2015 +0200

    labs/buildroot-rootfs: fix path to lab data
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

889439b8c9025a610baacf37307b60e8b6e91dcc
 labs/buildroot-rootfs/buildroot-rootfs.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/buildroot-rootfs/buildroot-rootfs.tex b/labs/buildroot-rootfs/buildroot-rootfs.tex
index 316f6a0..3e6a724 100644
--- a/labs/buildroot-rootfs/buildroot-rootfs.tex
+++ b/labs/buildroot-rootfs/buildroot-rootfs.tex
@@ -198,15 +198,15 @@ mkdir board/felabs/beagleboneblack/linux-patches/
 \end{verbatim}
 
 Copy in this directory the two patches that we provided with the data
-of this lab, in \code{$HOME/felabs/buildroot-rootfs/}, but change
+of this lab, in \code{$HOME/buildroot-labs/buildroot-rootfs/}, but change
 their name so that their start with \code{linux-}\footnote{Note: this
   renaming will no longer be necessary starting from Buildroot
   2015.05, all \code{*.patch} files will be applied.}:
 
 \begin{verbatim}
-cp $HOME/felabs/buildroot-rootfs/0001-.....patch \
+cp $HOME/buildroot-labs/buildroot-rootfs/0001-.....patch \
      board/felabs/beagleboneblack/linux-patches/linux-0001-.....patch
-cp $HOME/felabs/buildroot-rootfs/0002-.....patch \
+cp $HOME/buildroot-labs/buildroot-rootfs/0002-.....patch \
      board/felabs/beagleboneblack/linux-patches/linux-0002-.....patch
 \end{verbatim}
 



More information about the training-materials-updates mailing list