[bootlin/training-materials updates] master: slides/buildroot-download: update to Buildroot 2019.02 (49f88c61)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Mar 20 16:20:47 CET 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/49f88c617df921af30fd63f7dd21a87874f435fd

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

commit 49f88c617df921af30fd63f7dd21a87874f435fd
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Mar 20 16:20:47 2019 +0100

    slides/buildroot-download: update to Buildroot 2019.02
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

49f88c617df921af30fd63f7dd21a87874f435fd
 slides/buildroot-download/buildroot-download.tex | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/slides/buildroot-download/buildroot-download.tex b/slides/buildroot-download/buildroot-download.tex
index 158b770c..44f05eb6 100644
--- a/slides/buildroot-download/buildroot-download.tex
+++ b/slides/buildroot-download/buildroot-download.tex
@@ -71,7 +71,8 @@
 \begin{frame}{{\tt DL\_DIR}}
   \begin{itemize}
   \item Once a file has been downloaded by Buildroot, it is cached in
-    the directory pointed by \code{$(DL_DIR)}
+    the directory pointed by
+    \code{$(DL_DIR)}, in a sub-directory named after the package.
   \item By default, \code{$(TOPDIR)/dl}
   \item Can be changed
     \begin{itemize}
@@ -93,7 +94,9 @@
     another VCS, Buildroot cannot directly download a tarball.
   \item It uses a VCS-specific method to fetch the specified version
     of the source from the VCS repository
-  \item The source code is stored in a temporary location
+  \item The source code is checked-out/cloned inside \code{DL_DIR} and
+    kept to speed-up further downloads of the same project (caching
+    only implemented for Git)
   \item Finally a tarball containing only the source code (and not the
     version control history or metadata) is created and stored in
     \code{DL_DIR}
@@ -147,10 +150,5 @@ strace-4.10.tar.xz: OK (sha1: 5c3ec4c5a9eeb440d7ec70514923c2e7e7f9ab6c)
     \item Does not guarantee that all files are in \code{$(DL_DIR)}, a
       \code{make source} is required
     \end{itemize}
-  \item \code{make source-check}
-    \begin{itemize}
-    \item Checks whether the upstream site of all downloads needed for
-      the current configuration are still available.
-    \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list