[bootlin/training-materials updates] master: Yocto slides: correct number of arguments for PACKAGECONFIG (92356907)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 9 16:38:25 CEST 2021


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

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

commit 92356907c4551f6c5852a8ca498eca98341115ec
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 9 16:38:25 2021 +0200

    Yocto slides: correct number of arguments for PACKAGECONFIG
    
    See meta/classes/base.bbclass in oe-core
    and https://docs.yoctoproject.org/ref-manual/variables.html#term-PACKAGECONFIG
    Fortunately, the following example remains valid
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

92356907c4551f6c5852a8ca498eca98341115ec
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 4d56cf50..d042362c 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -19,7 +19,7 @@
   \frametitle{\code{PACKAGECONFIG}}
   \begin{itemize}
     \item \code{PACKAGECONFIG} takes the list of features to enable.
-    \item \code{PACKAGECONFIG[feature]} takes up to four arguments,
+    \item \code{PACKAGECONFIG[feature]} takes up to six arguments,
       separated by commas:
       \begin{enumerate}
         \item Argument used by the configuration task if the feature
@@ -28,6 +28,8 @@
           disabled.
         \item Additional build dependency (\code{DEPENDS}), if enabled.
         \item Additional runtime dependency (\code{RDEPENDS}), if enabled.
+        \item Additional runtime recommendations (\code{RRECOMMENDS}), if enabled.
+	\item Any conflicting \code{PACKAGECONFIG} settings for this feature.
       \end{enumerate}
     \item Unused arguments can be omitted or left blank.
   \end{itemize}




More information about the training-materials-updates mailing list