[FE training-materials-updates] buildroot-advanced-packages: add some basic contents

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 13 12:28:57 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7e1221c544e6550e0bc3e7423cf4cf6073718ea9

>---------------------------------------------------------------

commit 7e1221c544e6550e0bc3e7423cf4cf6073718ea9
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Apr 13 12:28:27 2015 +0200

    buildroot-advanced-packages: add some basic contents
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

7e1221c544e6550e0bc3e7423cf4cf6073718ea9
 .../buildroot-advanced-packages.tex                | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
index 8a33d08..e11a2cf 100644
--- a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -1,5 +1,38 @@
 \section{Advanced package recipe tricks}
 
+\begin{frame}{Licensing information}
+
+\code{<pkg>_LICENSE}
+\code{<pkg>_LICENSE_FILES}
+\code{<pkg>_REDISTRIBUTE}
+
+\end{frame}
+
+\begin{frame}{Users, permissions, devices}
+
+\code{<pkg>_USERS}
+\code{<pkg>_PERMISSIONS}
+\code{<pkg>_DEVICES}
+
+\end{frame}
+
+\begin{frame}{Init script, systemd unit files}
+
+\code{<pkg>_INSTALL_INIT_SYSV}
+\code{<pkg>_INSTALL_INIT_SYSTEMD}
+
+\end{frame}
+
+\begin{frame}{Config scripts}
+
+\code{<pkg>_CONFIG_SCRIPTS}
+
+\end{frame}
+
+\begin{frame}{Hooks}
+
+\end{frame}
+
 \setuplabframe
 {Advanced package recipe tricks}
 {



More information about the training-materials-updates mailing list