From d803d562d73b87efb002107d00dbeaaec9a2a5e8 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 4 May 2015 15:33:48 +0200 Subject: update yocto slides Signed-off-by: Manuel Traut --- distribution/yocto-basic/pres_yocto-basic.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'distribution/yocto-basic') 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} -\_.bbappend +_.bbappend \end{verbatim} \pause 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 -- cgit v1.2.3