diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-05-15 11:50:16 +0206 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-05-15 11:50:16 +0206 |
| commit | 06c2add174d782eaf0841fd94678a23b20c9a383 (patch) | |
| tree | 59efa058c27625d2eee8005ec345944a3b52fc4e | |
| parent | 811b690d48c2032dba509b1568c48124877f1eb2 (diff) | |
yocto-basic: update toolchain commands
The paths for the toolchains were too long and inconsistent with
rocko. Change them to more generic examples (using dots).
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | distribution/yocto-basic/yocto-adt.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distribution/yocto-basic/yocto-adt.tex b/distribution/yocto-basic/yocto-adt.tex index 6258653..f708b2e 100644 --- a/distribution/yocto-basic/yocto-adt.tex +++ b/distribution/yocto-basic/yocto-adt.tex @@ -41,20 +41,20 @@ Profiling Tools \begin{frame}[fragile] \frametitle{Build an External Usable Toolchain} \begin{verbatim} -bitbake meta-toolchain +$ bitbake meta-toolchain \end{verbatim} or to include headers and static version of all used libraries \begin{verbatim} -bitbake -c populate_sdk core-image-minimal +$ bitbake -c populate_sdk core-image-minimal \end{verbatim} To install the toolchain: \begin{verbatim} -% ./tmp/deploy/sdk/poky-glibc-x86\_64-meta-toolchain-i586-toolchain-2.0.sh -Enter target directory for SDK (default: /opt/poky/2.0): /home/devel/sdk +$ ./tmp/deploy/sdk/poky-...-toolchain-2.4.2.sh +Enter target directory for SDK (default: /opt/poky/2.4.2): /home/devel/sdk \end{verbatim} to use the toolchain: \begin{verbatim} -source /home/devel/sdk/environment-setup-i586-poky-linux +$ . /home/devel/sdk/environment-setup-... \end{verbatim} \end{frame} |
