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

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jul 9 18:26:37 CEST 2021


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

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

commit 44f915daeb2bc650781f00227750a04d0b4888ad
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>


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

44f915daeb2bc650781f00227750a04d0b4888ad
 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