[bootlin/training-materials updates] master: slides/buildroot-appdev: update description of BR2_STRIP_strip (35e9b77f)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue May 31 15:55:17 CEST 2022


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

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

commit 35e9b77fb20bf7af013c84a161fb5521966e4e5a
Author: Tom Cooper <tacooper at vt.edu>
Date:   Wed Feb 23 20:26:34 2022 -0500

    slides/buildroot-appdev: update description of BR2_STRIP_strip
    
    * Replaced legacy BR2_STRIP_none with BR2_STRIP_strip
      option (as of Buildroot 2017.08-rc1 release).


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

35e9b77fb20bf7af013c84a161fb5521966e4e5a
 slides/buildroot-appdev/buildroot-appdev.tex | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/slides/buildroot-appdev/buildroot-appdev.tex b/slides/buildroot-appdev/buildroot-appdev.tex
index f3768395..fff188eb 100644
--- a/slides/buildroot-appdev/buildroot-appdev.tex
+++ b/slides/buildroot-appdev/buildroot-appdev.tex
@@ -320,8 +320,11 @@ LINUX_OVERRIDE_SRCDIR = $(HOME)/projects/linux
     \item Sub-options allow to control the amount of debugging symbols
       (i.e. gcc options \code{-g1}, \code{-g2} and \code{-g3}).
     \end{itemize}
-  \item The \code{BR2_STRIP_none} and \code{BR2_STRIP_strip} options
-    allow to disable or enable stripping of binaries on the target.
+  \item The \code{BR2_STRIP_strip} option allows to disable or enable
+    stripping of binaries on the target.
+    \begin{itemize}
+    \item Enabled by default.
+    \end{itemize}
   \end{itemize}
 \end{frame}
 
@@ -334,7 +337,8 @@ LINUX_OVERRIDE_SRCDIR = $(HOME)/projects/linux
     \item stripped binaries in \code{$(TARGET_DIR)}
     \item Appropriate for {\bf remote debugging}
     \end{itemize}
-  \item With \code{BR2_ENABLE_DEBUG=y} and \code{BR2_STRIP_none=y}
+  \item With \code{BR2_ENABLE_DEBUG=y} and \code{BR2_STRIP_strip}
+    disabled
     \begin{itemize}
     \item debugging symbols in both \code{$(STAGING_DIR)} and
       \code{$(TARGET_DIR)}




More information about the training-materials-updates mailing list