[bootlin/training-materials updates] master: yocto-image: small wic slide update (cb545347)

Alexandre Belloni alexandre.belloni at bootlin.com
Thu Jul 30 15:31:47 CEST 2020


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

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

commit cb545347df25e7d5416e53405c440841308a3492
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Jul 30 15:31:47 2020 +0200

    yocto-image: small wic slide update
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

cb545347df25e7d5416e53405c440841308a3492
 slides/yocto-image/yocto-image.tex | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/slides/yocto-image/yocto-image.tex b/slides/yocto-image/yocto-image.tex
index efdf169e..d1cb8133 100644
--- a/slides/yocto-image/yocto-image.tex
+++ b/slides/yocto-image/yocto-image.tex
@@ -115,10 +115,8 @@ LICENSE = "MIT"
 \begin{frame}[fragile]
   \frametitle{wic}
   \begin{itemize}
-    \item A new way of creating images has been introduced recently:
-      \code{wic}
-    \item It is a tool that can create a flashable image from the
-      compiled packages and artifacts.
+    \item \code{wic} is a tool that can create a flashable image from
+      the compiled packages and artifacts.
     \item It can create partitions.
     \item It can select which files are located in
       which partition through the use of plugins.
@@ -126,8 +124,9 @@ LICENSE = "MIT"
     \item It can be extended in any layer.
     \item Usage example:
       \begin{block}{}
-        \begin{minted}{console}
-$ wic create mkefidisk -e core-image-base
+        \begin{minted}{sh}
+WKS_FILE = "imx-uboot.wks"
+IMAGE_FSTYPES = "wic.bmap wic"
         \end{minted}
       \end{block}
   \end{itemize}




More information about the training-materials-updates mailing list