[bootlin/training-materials updates] master: slides: yocto-advanced: correct the example (a86664f1)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jul 9 18:25:19 CEST 2021


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

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

commit a86664f1ac88f3e283493ce19ca053a561bd45ee
Author: Thomas Perrot <thomas.perrot at bootlin.com>
Date:   Sat Jun 12 00:14:10 2021 +0200

    slides: yocto-advanced: correct the example
    
    Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>


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

a86664f1ac88f3e283493ce19ca053a561bd45ee
 slides/yocto-advanced/yocto-advanced.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex
index b587263c..ba151133 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -308,8 +308,8 @@ IMAGE_INSTALL = "busybox mtd-utils"
       big. It is possible to clean old data with:
       \begin{block}{}
         \begin{minted}[fontsize=\footnotesize]{console}
-$ ./scripts/sstate-cache-management.sh --remove-duplicated -d \
-  --cache-dir=<SSTATE_DIR>
+$ ./scripts/sstate-cache-management.sh -y -d \
+  --cache-dir=$SSTATE_DIR
         \end{minted}
       \end{block}
   \end{itemize}




More information about the training-materials-updates mailing list