summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2015-05-04 15:33:48 +0200
committerManuel Traut <manut@linutronix.de>2015-05-04 15:33:48 +0200
commitd803d562d73b87efb002107d00dbeaaec9a2a5e8 (patch)
treec2f536142cdc219a424894cfd3cfd750c7d3c696 /distribution
parent328fba74e2f3ffd0961afc0e17f6a3c3e517b7c7 (diff)
update yocto slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution')
-rw-r--r--distribution/yocto-advanced/pres_yocto-advanced.tex4
-rw-r--r--distribution/yocto-basic/pres_yocto-basic.tex4
-rw-r--r--distribution/yocto-intro/pres_yocto-intro.tex40
3 files changed, 26 insertions, 22 deletions
diff --git a/distribution/yocto-advanced/pres_yocto-advanced.tex b/distribution/yocto-advanced/pres_yocto-advanced.tex
index 6a7a7e3..9442117 100644
--- a/distribution/yocto-advanced/pres_yocto-advanced.tex
+++ b/distribution/yocto-advanced/pres_yocto-advanced.tex
@@ -96,7 +96,9 @@ order of .conf or .bbclass files. Future versions of BitBake might address this.
\frametitle{get an existing layer}
retrive the layer from your BSP/SoC vendor
\begin{verbatim}
-poky % git clone -b daisy git://git.yoctoproject.org/meta-ti
+poky % git clone git://git.yoctoproject.org/meta-ti
+poky % git branch -r
+poky % git checkout <RELEASE>
\end{verbatim}
have a look at it's dependencies
\begin{verbatim}
diff --git a/distribution/yocto-basic/pres_yocto-basic.tex b/distribution/yocto-basic/pres_yocto-basic.tex
index 1bb9aae..32fce94 100644
--- a/distribution/yocto-basic/pres_yocto-basic.tex
+++ b/distribution/yocto-basic/pres_yocto-basic.tex
@@ -523,7 +523,7 @@ predefined classes are:
\frametitle{naming}
an append file must be named after the base package:
\begin{verbatim}
-<base-pn>\_<base-pv>.bbappend
+<base-pn>_<base-pv>.bbappend
\end{verbatim}
\pause
<base-pv> can be replaced by \% to match all versions.
@@ -1226,6 +1226,8 @@ Profiling Tools
\frametitle{build a external usable toolchain}
\begin{verbatim}
poky/build % bitbake meta-toolchain
+# OR to include headers and static version of all used libraries
+poky/build % bitbake -c populate_sdk core-image-minimal
\end{verbatim}
\vspace{2em}
\pause
diff --git a/distribution/yocto-intro/pres_yocto-intro.tex b/distribution/yocto-intro/pres_yocto-intro.tex
index 4eb23b4..98b027e 100644
--- a/distribution/yocto-intro/pres_yocto-intro.tex
+++ b/distribution/yocto-intro/pres_yocto-intro.tex
@@ -47,12 +47,14 @@
\frametitle{the Yocto project family}
\begin{description}
\item[Poky] reference build system
- \item[BitBake] build-engine
- \item[Hob] graphical user interface for BitBake
- \item[OpenEmbedded Core] shared base layer of recipes and classes
+ \begin{description}
+ \item[BitBake] build-engine
+ \item[Hob] graphical user interface for BitBake
+ \item[OpenEmbedded Core] shared base layer of recipes and classes
+ \end{description}
+ \pause
\item[ADT] development environment for user-space applications
\item[Eclipse IDE Plugin] integration of ADT into the Eclipse IDE
- \item[EGLIBC] embedded variant of the GNU C library
\item[Matchbox] X-Windows-based open source graphical UI for embedded devices
\end{description}
\end{frame}
@@ -72,22 +74,6 @@ release cycle: 6 months
\end{frame}
\begin{frame}
-\frametitle{statistics 2014}
-\begin{description}
-\item[Generated] 2014-08-19 18:16:11 (in 228 seconds)
-\item[Generator] GitStats (version 2013.12.07)
-\item[Report Period] 2005-08-31 12:45:47 to 2014-08-18 16:21:54
-\item[Age] 3275 days, 2498 active days (76.27%)
-\item[Total Files] 4775
-\item[Total Lines of Code] 743995 (15398000 added, 14654005 removed)
-\item[Total Commits] 30841
-
-(average 12.3 commits per active day, 9.4 per all days)
-\item[Authors] 475
-\end{description}
-\end{frame}
-
-\begin{frame}
\frametitle{statistics 2015}
\begin{description}
\item[Generated] 2015-04-29 09:25:24 (in 199 seconds)
@@ -103,7 +89,21 @@ release cycle: 6 months
\end{description}
\end{frame}
+\begin{frame}
+\frametitle{statistics 2014}
+\begin{description}
+\item[Generated] 2014-08-19 18:16:11 (in 228 seconds)
+\item[Generator] GitStats (version 2013.12.07)
+\item[Report Period] 2005-08-31 12:45:47 to 2014-08-18 16:21:54
+\item[Age] 3275 days, 2498 active days (76.27%)
+\item[Total Files] 4775
+\item[Total Lines of Code] 743995 (15398000 added, 14654005 removed)
+\item[Total Commits] 30841
+(average 12.3 commits per active day, 9.4 per all days)
+\item[Authors] 475
+\end{description}
+\end{frame}
\begin{frame}[fragile]
\frametitle{who made Yocto?}