[bootlin/training-materials updates] master: yocto: slides: clarify the libc is embedded in all SDKs (4e5a2264)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Apr 17 18:19:15 CEST 2023


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

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

commit 4e5a2264ad98eb28ae8e7085dfc8117a8476e6cc
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Apr 17 18:19:15 2023 +0200

    yocto: slides: clarify the libc is embedded in all SDKs
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

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

diff --git a/slides/yocto-sdk/yocto-sdk.tex b/slides/yocto-sdk/yocto-sdk.tex
index 5db2a521..a79959fa 100644
--- a/slides/yocto-sdk/yocto-sdk.tex
+++ b/slides/yocto-sdk/yocto-sdk.tex
@@ -71,10 +71,10 @@
           \begin{itemize}
             \item The generic SDK.
             \item The sysroot matching the target root filesystem.
-            \item Its toolchain is self-contained (linked to an
-              SDK embedded libc).
           \end{itemize}
       \end{itemize}
+    \item The toolchain in the SDKs is self-contained (linked to an SDK
+      embedded libc).
     \item The SDKs generated with Poky are distributed in the form of a
       shell script.
     \item Executing this script extracts the tools and sets up the




More information about the training-materials-updates mailing list