[FE training-materials-updates] labs/buildroot-appdev: clarify command to be executed

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 5 15:42:58 CEST 2015


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

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

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

commit f39dd53ee5dfe2465eb9bf5e97ba9a38bb527ba5
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Jun 5 01:51:21 2015 +0200

    labs/buildroot-appdev: clarify command to be executed
    
    Due to a misplaced newline, it wasn't clear that the command "make
    toolchain-external-reinstall all" was one single command. So let's put
    that in a separate line, in a verbatim environment.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

f39dd53ee5dfe2465eb9bf5e97ba9a38bb527ba5
 labs/buildroot-appdev/buildroot-appdev.tex | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/labs/buildroot-appdev/buildroot-appdev.tex b/labs/buildroot-appdev/buildroot-appdev.tex
index 48d07d5..9b39e10 100644
--- a/labs/buildroot-appdev/buildroot-appdev.tex
+++ b/labs/buildroot-appdev/buildroot-appdev.tex
@@ -108,8 +108,14 @@ In Buildroot \code{menuconfig}, enable
 \code{Copy gdb server to the Target} in the \code{Toolchain}
 menu. Since we don't want to rebuild everything, we will force only
 the reinstallation of the \code{toolchain-external} package. So just
-do: \code{make toolchain-external-reinstall all}. Note that due to a
-minor bug in Buildroot 2015.02, you need to apply the patch
+do:
+
+\begin{verbatim}
+make toolchain-external-reinstall all
+\end{verbatim}
+
+Note that due to a minor bug in Buildroot 2015.02, you need to apply
+the patch
 \code{0001-toolchain-external-fix-rebuild-reinstall-for-Linaro-.patch}
 provided in this lab's data directory, for this
 \code{toolchain-external-reinstall} command to work.



More information about the training-materials-updates mailing list