Skip to content

Commit

Permalink
yocto-sdk: bump Poky version from 2.5 to 5.0
Browse files Browse the repository at this point in the history
Replace occurrences of '2.5' version number by '5.0'.

Signed-off-by: Joao Marcos Costa <[email protected]>
  • Loading branch information
jmarcoscosta committed Nov 30, 2023
1 parent d20eff8 commit 9e490ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions slides/yocto-sdk/yocto-sdk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ \section{The Yocto Project SDK}
\begin{itemize}
\item \code{$BUILDDIR/tmp/deploy/sdk}
\item Example:
\code{poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.5.sh}
\code{poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-5.0.sh}
\end{itemize}
\item The SDK will be configured to be compatible with the
specified \yoctovar{MACHINE}.
Expand All @@ -107,7 +107,7 @@ \section{The Yocto Project SDK}
\begin{itemize}
\item \code{$BUILDDIR/tmp/deploy/sdk}
\item Example:
\code{poky-glibc-x86_64-core-image-minimal-cortexa8hf-neon-toolchain-2.5.sh}
\code{poky-glibc-x86_64-core-image-minimal-cortexa8hf-neon-toolchain-5.0.sh}
\end{itemize}
\item The SDK will be configured to be compatible with the
specified \yoctovar{MACHINE}.
Expand Down Expand Up @@ -147,20 +147,20 @@ \section{The Yocto Project SDK}
\begin{itemize}
\item The script asks where to install the SDK. Defaults to
\code{/opt/poky/<version>}
\item Example: \code{/opt/poky/2.5}
\item Example: \code{/opt/poky/5.0}
\begin{block}{}
\begin{minted}[fontsize=\scriptsize]{console}
$ ./poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-2.5.sh
Poky (Yocto Project Reference Distro) SDK installer version 2.5
$ ./poky-glibc-x86_64-meta-toolchain-cortexa8hf-neon-toolchain-5.0.sh
Poky (Yocto Project Reference Distro) SDK installer version 5.0
===============================================================
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]?
Enter target directory for SDK (default: /opt/poky/5.0):
You are about to install the SDK to "/opt/poky/5.0". 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.5/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
$ . /opt/poky/5.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi
\end{minted}
\end{block}
\end{itemize}
Expand All @@ -174,7 +174,7 @@ \section{The Yocto Project SDK}
environment:
\begin{block}{}
\begin{minted}[fontsize=\scriptsize]{console}
$ cd /opt/poky/2.5
$ cd /opt/poky/5.0
$ source ./environment-setup-cortexa8hf-neon-poky-linux-gnueabi
\end{minted}
\end{block}
Expand Down

0 comments on commit 9e490ac

Please sign in to comment.