[bootlin/training-materials updates] master: slides: yocto-recipe-extra: update splitting packages (4460633f)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/4460633f19c00b6779c824b6009b6bc69c53b058

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

commit 4460633f19c00b6779c824b6009b6bc69c53b058
Author: Thomas Perrot <thomas.perrot at bootlin.com>
Date:   Sat Jun 12 00:52:07 2021 +0200

    slides: yocto-recipe-extra: update splitting packages
    
    Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>


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

4460633f19c00b6779c824b6009b6bc69c53b058
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 9a05bd93..386ef3b8 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -246,6 +246,11 @@ rootfs_deb_do_rootfs () {
       \code{PACKAGES} variable.
     \item The \code{FILES} variable is often used to split the output
       into packages.
+    \item \code{PACKAGE_BEFORE_PN} allows to pick files normally included in the
+      default package in another.
+    \item \code{PACKAGES_DYNAMIC} allows to check dependencies with optional
+      packages are satisfied.
+    \item \code{ALLOW_EMPTY} allows to produce a package even if it is empty.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list