[bootlin/training-materials updates] master: yocto: slides: reorder build/tmp/ items (70a5db24)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Sep 26 18:18:05 CEST 2022


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

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

commit 70a5db246be9446404ecc31b81d1631f0268ccf5
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Sep 26 18:07:57 2022 +0200

    yocto: slides: reorder build/tmp/ items
    
    Order the build/tmp/ subdirectories according to sequence they are
    generated (as far as possible as it is not a linear sequence). Keep the
    buildstats at the end as it is logically used after a build.
    
    Note the items were not previously in alphabetical order anyway. ;)
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

70a5db246be9446404ecc31b81d1631f0268ccf5
 slides/yocto-basics/yocto-basics.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/yocto-basics/yocto-basics.tex b/slides/yocto-basics/yocto-basics.tex
index 3ca7e778..85b12ec2 100644
--- a/slides/yocto-basics/yocto-basics.tex
+++ b/slides/yocto-basics/yocto-basics.tex
@@ -79,18 +79,18 @@
 \begin{frame}
   \frametitle{The \code{build/} directory 2/2}
   \begin{description}
-    \item[tmp/buildstats/] Build statistics for all packages built
-      (CPU usage, elapsed time, host, timestamps\dots).
-    \item[tmp/deploy/] Final output of the build.
-    \item[tmp/deploy/images/] Contains the complete images built by
-      the OpenEmbedded build system. These images are used to flash
-      the target.
     \item[tmp/work/] Set of specific work directories, split by
       architecture. They are used to unpack, configure and build the
       packages. Contains the patched sources, generated objects and
       logs.
     \item[tmp/sysroots/] Shared libraries and headers used to compile
       applications for the target but also for the host.
+    \item[tmp/deploy/] Final output of the build.
+    \item[tmp/deploy/images/] Contains the complete images built by
+      the OpenEmbedded build system. These images are used to flash
+      the target.
+    \item[tmp/buildstats/] Build statistics for all packages built
+      (CPU usage, elapsed time, host, timestamps\dots).
   \end{description}
 \end{frame}
 




More information about the training-materials-updates mailing list