Skip to content

Commit

Permalink
slides/yocto-recipe-advanced: clarify USERADD_PACKAGES
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Nov 7, 2023
1 parent 0e436e2 commit 695c9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 695c9b5

Please sign in to comment.