summaryrefslogtreecommitdiff
path: root/distribution/yocto-basic
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/yocto-basic
parent328fba74e2f3ffd0961afc0e17f6a3c3e517b7c7 (diff)
update yocto slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/yocto-basic')
-rw-r--r--distribution/yocto-basic/pres_yocto-basic.tex4
1 files changed, 3 insertions, 1 deletions
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