From b9c464159f3cb4de3433d69acea9e64123a5a51e Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 11:21:27 +0100 Subject: update yocto-x86: sync to devel/manut/yocto Sync with devel/manut/yocto latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf. Signed-off-by: John Ogness --- distribution/yocto-x86/pres_yocto-x86.tex | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3