[BL training-materials-updates] slides: yocto-sdk: update to sumo

Quentin Schulz quentin.schulz at bootlin.com
Thu Aug 23 11:03:39 CEST 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7361808e34af9eb720697aa86370ecbbba42c8d5

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

commit 7361808e34af9eb720697aa86370ecbbba42c8d5
Author: Quentin Schulz <quentin.schulz at bootlin.com>
Date:   Thu Aug 23 11:03:39 2018 +0200

    slides: yocto-sdk: update to sumo
    
    Still forgot to update some slides (hopefully the last ones :))
    
    Signed-off-by: Quentin Schulz <quentin.schulz at bootlin.com>


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

7361808e34af9eb720697aa86370ecbbba42c8d5
 slides/yocto-sdk/yocto-sdk.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/slides/yocto-sdk/yocto-sdk.tex b/slides/yocto-sdk/yocto-sdk.tex
index e597eed..feec160 100644
--- a/slides/yocto-sdk/yocto-sdk.tex
+++ b/slides/yocto-sdk/yocto-sdk.tex
@@ -120,7 +120,7 @@
       \begin{itemize}
         \item \code{build/tmp/deploy/sdk}
         \item Example:
-          \code{poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.1.sh}
+          \code{poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.5.sh}
       \end{itemize}
     \item The SDK will be configured to be compatible with the
       specified \code{MACHINE}.
@@ -145,7 +145,7 @@
       \begin{itemize}
         \item \code{build/tmp/deploy/sdk}
         \item Example:
-          \code{poky-glibc-x86_64-core-image-minimal-cortexa8hf-neon-toolchain-2.1.sh}
+          \code{poky-glibc-x86_64-core-image-minimal-cortexa8hf-neon-toolchain-2.5.sh}
       \end{itemize}
     \item The SDK will be configured to be compatible with the
       specified \code{MACHINE}.
@@ -163,20 +163,20 @@
       \begin{itemize}
         \item The script asks where to install the SDK. Defaults to
           \code{/opt/poky/<version>}
-        \item Example: \code{/opt/poky/2.1}
+        \item Example: \code{/opt/poky/2.5}
         \begin{block}{}
           \begin{minted}[fontsize=\scriptsize]{console}
-$ ./poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.1.sh
-Poky (Yocto Project Reference Distro) SDK installer version 2.1
+$ ./poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.5.sh
+Poky (Yocto Project Reference Distro) SDK installer version 2.5
 ===============================================================
-Enter target directory for SDK (default: /opt/poky/2.1):
-You are about to install the SDK to "/opt/poky/2.1". Proceed[Y/n]?
+Enter target directory for SDK (default: /opt/poky/2.5):
+You are about to install the SDK to "/opt/poky/2.5". Proceed[Y/n]?
 Extracting SDK.................done
 Setting it up...done
 SDK has been successfully set up and is ready to be used.
 Each time you wish to use the SDK in a new shell session, you need to source
 the environment setup script e.g.
- $ . /opt/poky/2.1/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
+ $ . /opt/poky/2.5/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
           \end{minted}
         \end{block}
       \end{itemize}
@@ -190,7 +190,7 @@ the environment setup script e.g.
       environment:
       \begin{block}{}
         \begin{minted}[fontsize=\scriptsize]{console}
-$ cd /opt/poky/2.1
+$ cd /opt/poky/2.5
 $ source ./environment-setup-cortexa8hf-neon-poky-linux-gnueabi
         \end{minted}
       \end{block}




More information about the training-materials-updates mailing list