diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:21:14 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:21:14 +0100 |
| commit | 4a056623cda47030eba61cfb1e426148af8eb59a (patch) | |
| tree | 10cac042003ca86ac6f471270b877665fac446f7 /distribution/yocto-basic/yocto-adt.tex | |
| parent | 0a19d86cc8ba5d53f5616bc1ffb89d9354d8d9d3 (diff) | |
yocto-basic: update
+ update yocto version in some slides
+ add missing slides
+ fix typos
Signed-off-by: Volker Haspel <volker.haspel@linutronix.de>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-basic/yocto-adt.tex')
| -rw-r--r-- | distribution/yocto-basic/yocto-adt.tex | 109 |
1 files changed, 52 insertions, 57 deletions
diff --git a/distribution/yocto-basic/yocto-adt.tex b/distribution/yocto-basic/yocto-adt.tex index 17d0733..250f6a9 100644 --- a/distribution/yocto-basic/yocto-adt.tex +++ b/distribution/yocto-basic/yocto-adt.tex @@ -1,6 +1,6 @@ \subsection{ADT} \begin{frame} -\frametitle{Yocto ADT (Application Development Kit} +\frametitle{Yocto ADT (Application Development Kit)} Core Components \vspace{2em} \begin{itemize} @@ -45,13 +45,11 @@ poky/build % bitbake meta-toolchain poky/build % bitbake -c populate_sdk core-image-minimal \end{verbatim} \vspace{2em} -\pause 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 \end{verbatim} -\pause to use the toolchain: \begin{verbatim} source /home/devel/sdk/environment-setup-i586-poky-linux @@ -75,58 +73,57 @@ poky/build % bitbake meta-ide-support \vspace{2em} \end{frame} -\begin{frame}[fragile] -\frametitle{build ADT installer script} -\begin{verbatim} -poky/build % bitbake adt-installer -poky/build % cp tmp/deploy/sdk/adt_installer.tar.bz2 ~/ -poky/build % cd -% cp tmp/deploy/sdk/adt_installer.tar.bz2 ~/ -% tar xjf adt_installer.tar.bz2 -% cd adt-installer -\end{verbatim} -\end{frame} - -\begin{frame} -\frametitle{configure ADT installer} -general configuration -\begin{description} -\item[YOCTOADT\_REPO] http repo with rootfs images and ipkg packages. - Needs to match the layout from 'http://adtrepo.yoctoproject.org' -\item[YOCTOADT\_TARGETS] machine target architectures to setup cross SDKs -\item[YOCTOADT\_QEMU] install qemu? \[Y/N\] -\item[YOCTOADT\_NFS\_UTIL] needed for eclipse \[Y/N\] -\end{description} -\end{frame} - -\begin{frame} -\frametitle{configure ADT installer \#2} -configuration for each supported BSP -\begin{description} -\item[YOCTOADT\_TARGET\_MACHINE\_<arch>] qemu that should be used, e.g. qemux86 -\item[YOCTOADT\_ROOTFS\_<arch>] rfs images that should be used, e.g. sato-sdk -\item[YOCTOADT\_TARGET\_SYSROOT\_<arch>] needs to match above variable -\item[YOCTOADT\_TARGET\_SYSROOT\_LOC\_<arch>] path where the sysroot will be - stored -\end{description} -\end{frame} - -\begin{frame}[fragile] -\frametitle{run ADT installer} -\begin{verbatim} -adt-installer % ./adt_installer -Please enter the install location (default: /opt/poky/2.0): <return> -... -[ADT_INST] Please enter your selections here: -S<return> -... -\end{verbatim} -\pause -to use the ADT, the environment needs to be sourced: -\begin{verbatim} -% . /opt/poky/2.0/environment-setup-i586-poky-linux -\end{verbatim} -\end{frame} +%\begin{frame}[fragile] +%\frametitle{build ADT installer script} +%\begin{verbatim} +%poky/build % bitbake adt-installer +%poky/build % cp tmp/deploy/sdk/adt_installer.tar.bz2 ~/ +%poky/build % cd +%% cp tmp/deploy/sdk/adt_installer.tar.bz2 ~/ +%% tar xjf adt_installer.tar.bz2 +%% cd adt-installer +%\end{verbatim} +%\end{frame} +% +%\begin{frame} +%\frametitle{configure ADT installer} +%general configuration +%\begin{description} +%\item[YOCTOADT\_REPO] http repo with rootfs images and ipkg packages. +% Needs to match the layout from 'http://adtrepo.yoctoproject.org' +%\item[YOCTOADT\_TARGETS] machine target architectures to setup cross SDKs +%\item[YOCTOADT\_QEMU] install qemu? \[Y/N\] +%\item[YOCTOADT\_NFS\_UTIL] needed for eclipse \[Y/N\] +%\end{description} +%\end{frame} +% +%\begin{frame} +%\frametitle{configure ADT installer \#2} +%configuration for each supported BSP +%\begin{description} +%\item[YOCTOADT\_TARGET\_MACHINE\_<arch>] qemu that should be used, e.g. qemux86 +%\item[YOCTOADT\_ROOTFS\_<arch>] rfs images that should be used, e.g. sato-sdk +%\item[YOCTOADT\_TARGET\_SYSROOT\_<arch>] needs to match above variable +%\item[YOCTOADT\_TARGET\_SYSROOT\_LOC\_<arch>] path where the sysroot will be +% stored +%\end{description} +%\end{frame} +% +%\begin{frame}[fragile] +%\frametitle{run ADT installer} +%\begin{verbatim} +%adt-installer % ./adt_installer +%Please enter the install location (default: /opt/poky/2.0): <return> +%... +%[ADT_INST] Please enter your selections here: +%S<return> +%... +%\end{verbatim} +%to use the ADT, the environment needs to be sourced: +%\begin{verbatim} +%% . /opt/poky/2.0/environment-setup-i586-poky-linux +%\end{verbatim} +%\end{frame} \begin{frame}[fragile] \frametitle{ADT \& Eclipse} @@ -136,7 +133,6 @@ install and start eclipse: % tar xzf eclipse-*.tar.gz % ./eclipse/eclipse \end{verbatim} -\pause add the yocto update-site (Help, Install New Software, Add\dots) \begin{verbatim} http://downloads.yoctoproject.org/releases/eclipse-plugin/1.9/kepler/ @@ -145,7 +141,6 @@ select and install all components, by clicking 'Next, Next, Accept Licenses, Finish, Accept installing from insecure source, and accept to restart eclipse' -\pause goto 'Help, Install New Software, Add\dots' again and select 'Kepler' as update site and select 'Linux Tools' and 'Mobile and Device Development'; select 'Next' until you can |
