[bootlin/training-materials updates] master: slides/yocto-recipe-advanced: clarify USERADD_PACKAGES (695c9b5b)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 7 22:41:03 CET 2023


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

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

commit 695c9b5b8a95d66a2ff91e21c679c1b2ce311e8c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 7 22:40:27 2023 +0100

    slides/yocto-recipe-advanced: clarify USERADD_PACKAGES
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

695c9b5b8a95d66a2ff91e21c679c1b2ce311e8c
 slides/yocto-recipe-advanced/yocto-recipe-advanced.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
index f0874e5f..5a142070 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -234,9 +234,9 @@ inherit autotools
     \item This class helps to add users to the resulting image.
     \item Adding custom users is required by many services to avoid
           running them as root.
-    \item \code{USERADD_PACKAGES} must be defined when the
-          \code{useradd} class is inherited. Defines the list of
-          packages which needs the user.
+    \item \code{USERADD_PACKAGES} must be defined when the \code{useradd} class
+          is inherited. It defines the individual packages produced by the
+          recipe that need users or groups to be added.
     \item Users and groups will be created before the packages using
           it perform their \code{do_install}.
     \item At least one of the two following variables must be set:




More information about the training-materials-updates mailing list