[FE training-materials-updates] labs/buildroot-advanced: update to Buildroot 2016.05

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 7 17:09:02 CEST 2016


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

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

commit f7db9c5814366bfc225573be218b6da1dc066dc8
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue Jun 7 17:02:34 2016 +0200

    labs/buildroot-advanced: update to Buildroot 2016.05
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

f7db9c5814366bfc225573be218b6da1dc066dc8
 labs/buildroot-advanced/buildroot-advanced.tex | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/labs/buildroot-advanced/buildroot-advanced.tex b/labs/buildroot-advanced/buildroot-advanced.tex
index 9869dfb..e572147 100644
--- a/labs/buildroot-advanced/buildroot-advanced.tex
+++ b/labs/buildroot-advanced/buildroot-advanced.tex
@@ -2,8 +2,7 @@
 {Advanced aspects}
 {Objectives:
   \begin{itemize}
-  \item Use build time graphing capabilities
-  \item Use dependency graphing capabilities
+  \item Use build time, dependency and filesystem size graphing capabilities
   \item Use licensing report generation, and add licensing
     information to your own packages
   \item Use \code{BR2_EXTERNAL}
@@ -128,6 +127,12 @@ Such dependencies graphs are very useful to understand why a package
 is being built, and help identifying what you could do to reduce the
 number of packages part of the build.
 
+\section{Filesystem size graphing}
+
+Run \code{make graph-size} and watch the PDF generated at
+\code{output/graphs/graph-size.pdf}. You can also look at the CSV
+files generated in \code{output/graphs/}.
+
 \section{Licensing report}
 
 Go back to our original build directory, in




More information about the training-materials-updates mailing list