diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:21:27 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:21:27 +0100 |
| commit | b9c464159f3cb4de3433d69acea9e64123a5a51e (patch) | |
| tree | dd0caaa9fa7f7e1b1ab7c5be796ee4a629681304 | |
| parent | 6e7e1b7172813fc4ecb60597f903dd21a4616159 (diff) | |
update yocto-x86: sync to devel/manut/yocto
Sync with devel/manut/yocto latest
version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | distribution/yocto-x86/pres_yocto-x86.tex | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/distribution/yocto-x86/pres_yocto-x86.tex b/distribution/yocto-x86/pres_yocto-x86.tex index 19696b5..b48abee 100644 --- a/distribution/yocto-x86/pres_yocto-x86.tex +++ b/distribution/yocto-x86/pres_yocto-x86.tex @@ -94,7 +94,27 @@ \end{frame} \input{../yocto-advanced/yocto-add-simple-application} -\input{../yocto-advanced/yocto-add-autotools-based-src} + +\begin{frame}[fragile] +\frametitle{autools based project} +\begin{verbatim} +├── autohello_1.0.bb +└── files + └── autohello-1.0.tar.gz +\end{verbatim} +\pause +\begin{verbatim} +DESCRIPTION = "GNU Helloworld application" +SECTION = "examples" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +PR = "r0" +SRC_URI = "file://autohello-${PV}.tar.gz" +SRC_URI[md5sum] = "4bfc9bed4d5d67a266d93e99e5883211" +inherit autotools +\end{verbatim} +\end{frame} + \input{../yocto-advanced/yocto-add-own-kernel} \input{../yocto-advanced/yocto-img-customization} \input{../yocto-advanced/yocto-scripts} |
