[bootlin/training-materials updates] master: yocto-layer-distro: add more on kas (f8567b99)
    Alexandre Belloni 
    alexandre.belloni at bootlin.com
       
    Thu Apr 29 22:00:11 CEST 2021
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/f8567b9971db447eee392e67e85a91b31f147dce
>---------------------------------------------------------------
commit f8567b9971db447eee392e67e85a91b31f147dce
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Apr 29 21:59:13 2021 +0200
    yocto-layer-distro: add more on kas
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>
>---------------------------------------------------------------
f8567b9971db447eee392e67e85a91b31f147dce
 slides/yocto-layer-distro/yocto-layer-distro.tex | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/slides/yocto-layer-distro/yocto-layer-distro.tex b/slides/yocto-layer-distro/yocto-layer-distro.tex
index 28994428..8943e5fc 100644
--- a/slides/yocto-layer-distro/yocto-layer-distro.tex
+++ b/slides/yocto-layer-distro/yocto-layer-distro.tex
@@ -212,7 +212,7 @@ $ repo sync -j4
 \begin{frame}[fragile]
   \frametitle{kas configuration}
   \begin{block}{}
-  \fontsize{10}{10}\selectfont
+  \fontsize{9}{9}\selectfont
   \begin{minted}{yaml}
 header:
   version: 8
@@ -227,6 +227,8 @@ repos:
   bitbake:
     url: "https://git.openembedded.org/bitbake"
     refspec: "1.46"
+    layers:
+      .: excluded
 
   openembedded-core:
     url: "https://git.openembedded.org/openembedded-core"
@@ -239,7 +241,7 @@ repos:
 
 \begin{frame}[fragile]
   \frametitle{kas configuration}
-  \fontsize{10}{10}\selectfont
+  \fontsize{9}{9}\selectfont
   \begin{block}{}
   \begin{minted}{yaml}
   meta-freescale:
@@ -255,5 +257,21 @@ repos:
      meta-networking:
   \end{minted}
   \end{block}
+
+
+  \begin{itemize}
+  \item Then a single commande will build all the listed target for the
+machine:
+
+  \begin{minted}{sh}
+$ kas build meta-custom/mymachine.yaml
+  \end{minted}
+
+  \item Or, alternatively, invoke bitbake commands:
+
+  \begin{minted}{sh}
+$ kas shell /path/to/kas-project.yml -c 'bitbake dosfsutils-native'
+  \end{minted}
+  \end{itemize}
 \end{frame}
 
    
    
More information about the training-materials-updates
mailing list