summaryrefslogtreecommitdiff
path: root/distribution/yocto-x86/pres_yocto-x86.tex
blob: 29fae9564e3f773b2fb083516bc5c56c5e69d439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\input{configpres}

\title{YOCTO with Autotools based projects}
\maketitle

\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}
\end{itemize}
\end{frame}

\input{../yocto-intro/yocto-intro}

\begin{frame}
	\frametitle{Yocto Feature Tour}
	\begin{itemize}
		\item Workflow
		\item Recipes
		\item Layers
		\item Images
		\item ADT
	\end{itemize}
\end{frame}

\input{../yocto-basic/yocto-workflow}
\input{../yocto-basic/yocto-imgbuild1}

\input{../yocto-basic/yocto-imgbuild2}
\input{../yocto-basic/yocto-adt}

\begin{frame}
	\frametitle{Autotools}
	\begin{itemize}
		\item Autoconf
		\item Automake
		\item Libtool
	\end{itemize}
\end{frame}

\begin{frame}
	\frametitle{Yocto Customization}
	\begin{itemize}
		\item Application Integration
		\item Kernel Integration
	\end{itemize}
\end{frame}


\input{tailpres}