diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:21:14 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:21:14 +0100 |
| commit | 4a056623cda47030eba61cfb1e426148af8eb59a (patch) | |
| tree | 10cac042003ca86ac6f471270b877665fac446f7 /distribution/yocto-basic/yocto-imgbuild2.tex | |
| parent | 0a19d86cc8ba5d53f5616bc1ffb89d9354d8d9d3 (diff) | |
yocto-basic: update
+ update yocto version in some slides
+ add missing slides
+ fix typos
Signed-off-by: Volker Haspel <volker.haspel@linutronix.de>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-basic/yocto-imgbuild2.tex')
| -rw-r--r-- | distribution/yocto-basic/yocto-imgbuild2.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distribution/yocto-basic/yocto-imgbuild2.tex b/distribution/yocto-basic/yocto-imgbuild2.tex index b6a04bb..e0a5e8c 100644 --- a/distribution/yocto-basic/yocto-imgbuild2.tex +++ b/distribution/yocto-basic/yocto-imgbuild2.tex @@ -153,11 +153,9 @@ tmp/deploy/ | /home/devel/poky/build/tmp/sysroots/x86_64-linux/usr/include/zlib.h | /home/devel/poky/build/tmp/sysroots/x86_64-linux/usr/lib/libz.so.1 \end{verbatim} -\pause \begin{verbatim} ├── sysroots # for the differnet architectures \end{verbatim} -\pause \begin{verbatim} ├── work # work directories / where the sources are built | % ls tmp/work/qemux86-poky-linux/linux-yocto/3.14+gitAUTOINC+0942... @@ -187,7 +185,6 @@ dependency graphs (sucks because they're really huge) \begin{verbatim} bitbake -g <target> \end{verbatim} -\pause it is better to use the dependency explorer \begin{verbatim} bitbake -g -u depexp <target> @@ -207,7 +204,6 @@ use ./configure and make to debug build issues \begin{verbatim} % bitbake -c clean core-image-minimal \end{verbatim} -\pause \begin{itemize} \item doesn't cleanup dependencies \item doesn't remove deployed files @@ -225,7 +221,6 @@ sstate-cache will be used. \begin{verbatim} % bitbake -c clean xserver-nodm-init \end{verbatim} -\pause \begin{itemize} \item doesn't cleanup dependencies \item removes deployed files @@ -241,7 +236,6 @@ sstate-cache will be used. \begin{verbatim} % bitbake -c cleanall xserver-nodm-init \end{verbatim} -\pause \begin{itemize} \item doesn't cleanup dependencies \item removes deployed files |
