[bootlin/training-materials updates] master: yocto: slides: SDK: add TOOLCHAIN_TARGET_TASK / TOOLCHAIN_HOST_TASK slide (5721a5f1)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Aug 25 22:24:06 CEST 2022


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

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

commit 5721a5f1d4ca8cdaa74592a6bd497adb5832e82e
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Aug 25 21:57:11 2022 +0200

    yocto: slides: SDK: add TOOLCHAIN_TARGET_TASK / TOOLCHAIN_HOST_TASK slide
    
    Closes: https://github.com/bootlin/training-materials/issues/99
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

5721a5f1d4ca8cdaa74592a6bd497adb5832e82e
 slides/yocto-sdk/yocto-sdk.tex | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/slides/yocto-sdk/yocto-sdk.tex b/slides/yocto-sdk/yocto-sdk.tex
index b628c75d..5db2a521 100644
--- a/slides/yocto-sdk/yocto-sdk.tex
+++ b/slides/yocto-sdk/yocto-sdk.tex
@@ -132,6 +132,30 @@
   \end{itemize}
 \end{frame}
 
+\begin{frame}[fragile]
+  \frametitle{Adding packages to the SDK}
+  \begin{itemize}
+    \item Two variables control what will be installed in the SDK
+  \end{itemize}
+  \begin{description}
+    \item[TOOLCHAIN\_TARGET\_TASK]
+      List of target packages to be included in the SDK
+    \item[TOOLCHAIN\_HOST\_TASK]
+      List of host packages to be included in the SDK
+  \end{description}
+  \begin{itemize}
+    \item Both can be appended to install more tools or libraries useful
+      for development.
+    \item Example: to have native {\tt curl} on the SDK:
+  \end{itemize}
+  \begin{block}{}
+    \fontsize{9}{9}\selectfont
+    \begin{minted}{bash}
+TOOLCHAIN_HOST_TASK:append = "nativesdk-curl"
+    \end{minted}
+  \end{block}
+\end{frame}
+
 \begin{frame}[fragile]
   \frametitle{SDK format}
   \begin{itemize}




More information about the training-materials-updates mailing list