diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:16:28 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:16:28 +0100 |
| commit | 6e7e1b7172813fc4ecb60597f903dd21a4616159 (patch) | |
| tree | dbfe0b8f1a3d51c275722ba86d4ffe109ee88aef /distribution/yocto-advanced/yocto-img-customization.tex | |
| parent | 270520b4a2eac8725c8575c3180964289722e191 (diff) | |
update yocto-advanced: sync to devel/manut/yocto
The devel/manut/yocto heavily diverted from master. Sync
with latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-advanced/yocto-img-customization.tex')
| -rw-r--r-- | distribution/yocto-advanced/yocto-img-customization.tex | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/distribution/yocto-advanced/yocto-img-customization.tex b/distribution/yocto-advanced/yocto-img-customization.tex index 85599b7..6bebb56 100644 --- a/distribution/yocto-advanced/yocto-img-customization.tex +++ b/distribution/yocto-advanced/yocto-img-customization.tex @@ -2,14 +2,11 @@ \frametitle{adding a bootscript} \begin{itemize} \item add 'systemd' to DISTRO\_FEATURES -\pause \item inherit from systemd.bbclass -\pause \item your package needs to set SYSTEMD\_SERVICE variable; e.g. - \begin{verbatim} +\begin{verbatim} SYSTEMD_SERVICE_${PN} = "connman.service" - \end{verbatim} -\pause +\end{verbatim} \item to disable the service, set SYSTEMD\_AUTO\_ENABLE to 'disable' \end{itemize} \end{frame} @@ -62,13 +59,3 @@ PNBLACKLIST[exoticware] = "Not supported by our organization." \end{verbatim} \end{frame} -\begin{frame} - \frametitle{Application Development Excercise} -\begin{itemize} -\item generate a standalone or integrated SDK -\item configure the SDK in eclipse -\item build and remote debug yesterdays application on the beaglebone-black -\item integrate the application into the image -\item build the image including your application -\end{itemize} -\end{frame} |
