summaryrefslogtreecommitdiff
path: root/distribution/yocto-basic/pres_yocto-basic.tex
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/yocto-basic/pres_yocto-basic.tex')
-rw-r--r--distribution/yocto-basic/pres_yocto-basic.tex25
1 files changed, 16 insertions, 9 deletions
diff --git a/distribution/yocto-basic/pres_yocto-basic.tex b/distribution/yocto-basic/pres_yocto-basic.tex
index c75c7ba..29ab14d 100644
--- a/distribution/yocto-basic/pres_yocto-basic.tex
+++ b/distribution/yocto-basic/pres_yocto-basic.tex
@@ -489,10 +489,7 @@ specific options
inherit is used to use the functionality defined in a .bblcass file. Popular
predefined classes are:
\begin{itemize}
-\item allarch
-\item archiver
-\item autotools / autotools-brokensep
-\item bin\_package
+\item autotools
\item cmake
\item cpan
\item distutils / setuptools
@@ -525,8 +522,6 @@ an append file must be named after the base package:
\begin{verbatim}
<base-pn>_<base-pv>.bbappend
\end{verbatim}
-\pause
-<base-pv> can be replaced by \% to match all versions.
\end{frame}
\subsection{Classes}
@@ -535,7 +530,7 @@ an append file must be named after the base package:
\begin{itemize}
\item python can be used to write functions
\pause
- \item there should be no need to write a own class
+ \item e.g. write your own image generation class
\end{itemize}
\end{frame}
@@ -823,7 +818,7 @@ that is used by the Board .conf file
\item [IMAGE\_FSTYPES] formats for the rootfs, e.g. "ext3 tar.bz2"
\pause
\item [IMAGE\_CLASSES] list of classes that all images should inherit, default
- is image\_types
+ is image\_types, e.g. to hook in own image generation code
\end{description}
\end{frame}
@@ -1126,6 +1121,18 @@ is used to stop toaster (only one toaster per pc possible)
only actions between toaster start and stop are recorded
\end{frame}
+\begin{frame}
+ \includegraphics[height=\textheight]{images/yocto-toaster1}
+\end{frame}
+
+\begin{frame}
+ \includegraphics[height=\textheight]{images/yocto-toaster2}
+\end{frame}
+
+\begin{frame}
+ \includegraphics[height=\textheight]{images/yocto-toaster3}
+\end{frame}
+
\begin{frame}[fragile]
\frametitle{cleanup}
\begin{verbatim}
@@ -1259,7 +1266,7 @@ poky/build % bitbake meta-ide-support
\begin{frame}[fragile]
\frametitle{export a nfsroot}
\begin{verbatim}
-%runqemu-extract-sdk \
+poky/build % runqemu-extract-sdk \
tmp/deploy/images/qemux86/core-image-minimal-qemux86.tar.bz2 \
~/sdk/core-image-minimal
\end{verbatim}