[FE training-materials-updates] buildroot/labs: misc updates to advanced packages lab

Boris Brezillon boris.brezillon at free-electrons.com
Fri May 22 17:13:01 CEST 2015


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

On branch  : mtd-rework-WIP
Link       : http://git.free-electrons.com/training-materials/commit/?id=dc324f887519f6b1d0e304310d708c59af02c6a5

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

commit dc324f887519f6b1d0e304310d708c59af02c6a5
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue May 12 10:43:27 2015 +0200

    buildroot/labs: misc updates to advanced packages lab
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

dc324f887519f6b1d0e304310d708c59af02c6a5
 .../buildroot-advanced-packages.tex                      | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
index 0ce701e..80b01dd 100644
--- a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -26,14 +26,14 @@ exclusively in this \code{BR2_EXTERNAL} directory.
 
 For the purpose of this training, we have created a completely stupid
 and useless application called \code{bar}. Its home page is
-\url{http://free-electrons.com/~thomas/bar/}, for where you can
-download an archive of application's source code.
-
-Create an initial package for \code{bar} in \code{package/bar}, with
-the necessary code in \code{package/bar/bar.mk} and
-\code{package/bar/Config.in}. Don't forget
-\code{package/bar/bar.hash}. At this point, your \code{bar.mk} should
-only define the \code{<pkg>_VERSION}, \code{<pkg>_SOURCE} and
+\url{http://free-electrons.com/~thomas/bar/}, from where you can
+download an archive of the application's source code.
+
+Create an initial package for \code{bar} in \code{package/bar} in your
+\code{BR2_EXTERNAL} directory, with the necessary code in
+\code{package/bar/bar.mk} and \code{package/bar/Config.in}. Don't
+forget \code{package/bar/bar.hash}. At this point, your \code{bar.mk}
+should only define the \code{<pkg>_VERSION}, \code{<pkg>_SOURCE} and
 \code{<pkg>_SITE} variables, and a call to a package infrastructure.
 
 Enable the \code{bar} package in your Buildroot configuration, and



More information about the training-materials-updates mailing list