summaryrefslogtreecommitdiff
path: root/distribution/yocto-x86
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-19 11:03:45 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-19 11:03:45 +0200
commitea793b23c98403cefb38670d02a778b843bdf997 (patch)
treeabef3328bd017512394c315ddff9a3bd4b40a2be /distribution/yocto-x86
parent6c4b8bc457831a351875ec1415d37ccb471bfc20 (diff)
replace *all* tabs with spaces
There are times when tabs are allowed and times when they are not. Let's just simply never use tabs for anything. This makes it easy to find presentations where tabs were accidentally inserted. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-x86')
-rw-r--r--distribution/yocto-x86/pres_yocto-x86.tex110
1 files changed, 55 insertions, 55 deletions
diff --git a/distribution/yocto-x86/pres_yocto-x86.tex b/distribution/yocto-x86/pres_yocto-x86.tex
index b48abee..ccef2e6 100644
--- a/distribution/yocto-x86/pres_yocto-x86.tex
+++ b/distribution/yocto-x86/pres_yocto-x86.tex
@@ -6,47 +6,47 @@
\begin{frame}
\frametitle{Agenda}
\begin{itemize}
- \item Yocto Intro
- \begin{itemize}
- \item What is Yocto/Poky?
- \item Yocto compared with other methods
- \end{itemize}
-
- \item Yocto Feature Tour
- \begin{itemize}
- \item Understand the workflow
- \item Using BSP layers
- \item Extend and build predefined images
- \item Using ADT
- \end{itemize}
-
- \item Autotools
- \begin{itemize}
- \item Autoconf
- \item Automake
- \item Libtool
- \end{itemize}
-
- \item Yocto Customization
- \begin{itemize}
- \item Application Integration
- \item Kernel Integration
- \end{itemize}
+\item Yocto Intro
+\begin{itemize}
+\item What is Yocto/Poky?
+\item Yocto compared with other methods
+\end{itemize}
+
+\item Yocto Feature Tour
+\begin{itemize}
+\item Understand the workflow
+\item Using BSP layers
+\item Extend and build predefined images
+\item Using ADT
+\end{itemize}
+
+\item Autotools
+\begin{itemize}
+\item Autoconf
+\item Automake
+\item Libtool
+\end{itemize}
+
+\item Yocto Customization
+\begin{itemize}
+\item Application Integration
+\item Kernel Integration
+\end{itemize}
\end{itemize}
\end{frame}
\input{../yocto-intro/yocto-intro}
\begin{frame}
- \frametitle{Yocto Feature Tour}
- \begin{itemize}
- \item Workflow
- \item Recipes
- \item Images
- \item ADT
- \item Layers
- \item extend Images
- \end{itemize}
+\frametitle{Yocto Feature Tour}
+\begin{itemize}
+\item Workflow
+\item Recipes
+\item Images
+\item ADT
+\item Layers
+\item extend Images
+\end{itemize}
\end{frame}
\input{../yocto-basic/yocto-workflow}
@@ -60,37 +60,37 @@
\begin{frame}
\frametitle{if we still have (a lot of) time}
- \begin{itemize}
- \item try to build and run the enlightenment window manager
- \item the slides show just the start
- \item you need to fix two build bugs
- \item you need to add some runtime dependencies
- \end{itemize}
+\begin{itemize}
+\item try to build and run the enlightenment window manager
+\item the slides show just the start
+\item you need to fix two build bugs
+\item you need to add some runtime dependencies
+\end{itemize}
\end{frame}
\input{yocto-add-efl}
\begin{frame}
- \frametitle{Autotools}
- \begin{itemize}
- \item Autoconf
- \item Automake
- \item standalone example
- \item Libtool
- \item library example
- \end{itemize}
+\frametitle{Autotools}
+\begin{itemize}
+\item Autoconf
+\item Automake
+\item standalone example
+\item Libtool
+\item library example
+\end{itemize}
\end{frame}
\input{../autotools/autotools.tex}
\subsection{adding own applications}
\begin{frame}
- \frametitle{Yocto Customization}
- \begin{itemize}
- \item Application Integration
- \item Kernel Integration
- \item Yocto Helpers
- \end{itemize}
+\frametitle{Yocto Customization}
+\begin{itemize}
+\item Application Integration
+\item Kernel Integration
+\item Yocto Helpers
+\end{itemize}
\end{frame}
\input{../yocto-advanced/yocto-add-simple-application}