Skip to content

Commit

Permalink
slides: yocto-advanced: correct the example
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
  • Loading branch information
tprrt authored and tpetazzoni committed Oct 29, 2021
1 parent 6909eb2 commit 6ffae53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/yocto-advanced/yocto-advanced.tex
Expand Up @@ -308,8 +308,8 @@ \subsection{The power of BitBake}
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}
Expand Down

0 comments on commit 6ffae53

Please sign in to comment.