diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-09-19 12:06:34 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2016-01-12 11:55:06 +0100 |
| commit | d05a89acc37783d91b10ff911e6b29a16c494d6f (patch) | |
| tree | d6d2cbfec3b4951befe23ea06b8dc250433ebfbb /distribution/yocto-basic | |
| parent | c1ba6f8e4c256629f82adcd4373d9f4b013d983f (diff) | |
yocto-slides: small improvements
* toaster screenshots
* updated kernel recipe to match meta-mini
* updated agenda
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/yocto-basic')
| -rw-r--r-- | distribution/yocto-basic/pres_yocto-basic.tex | 25 |
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} |
