[bootlin/training-materials updates] master: labs/sysdev-buildroot: show the third "Going further" step only on XPlaind (18f3f2ed)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jan 29 11:35:00 CET 2020


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

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

commit 18f3f2edbd9113d415d1ce8f11129497a8895e89
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Jan 29 11:35:00 2020 +0100

    labs/sysdev-buildroot: show the third "Going further" step only on XPlaind
    
    Instead of making the conditional in the text, do it in LaTeX
    directly, so that it doesn't show up in the STM32MP1 case.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

18f3f2edbd9113d415d1ce8f11129497a8895e89
 labs/sysdev-buildroot/sysdev-buildroot.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 1468ac55..7f8ec724 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -204,8 +204,8 @@ You should now have a shell, where you will be able to run
   supported by Buildroot, so you'd better stick with the latest
   version in the 2.8 series.
 
-\item {\em Only for the 5 day course, covering flash storage}\\
-    Flash the new system on the flash of the board
+  \ifdefstring{\labboard}{xplained}{
+\item Flash the new system on the flash of the board
   \begin{itemize}
   \item First, in buildroot, select the UBIFS filesystem image type.
   \item You'll also need to provide buildroot some information on the
@@ -215,5 +215,6 @@ You should now have a shell, where you will be able to run
   \item Then, once the image has been generated, update your rootfs
     volume.
   \end{itemize}
+  }{}
 
 \end{itemize}




More information about the training-materials-updates mailing list