From 695c9b5b8a95d66a2ff91e21c679c1b2ce311e8c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 7 Nov 2023 22:40:27 +0100 Subject: [PATCH] slides/yocto-recipe-advanced: clarify USERADD_PACKAGES Signed-off-by: Michael Opdenacker --- 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 f0874e5f0d..5a1420707d 100644 --- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex +++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex @@ -234,9 +234,9 @@ \subsection{Classes} \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: