mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ref-manual: variables: add USERADD_DEPENDS
New variable in 5.0. (From yocto-docs rev: 57a9117a8c4c020b2f643d6835af29b4e49f4f7f) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fb91a49387
commit
8eb06eb958
@@ -9771,6 +9771,12 @@ system and gives an overview of their function and contents.
|
||||
``meta-poky/conf/templates/default/local.conf.sample`` in the
|
||||
:term:`Source Directory`.
|
||||
|
||||
:term:`USERADD_DEPENDS`
|
||||
Specifies a list of recipes that create users / groups (via
|
||||
:term:`USERADD_PARAM` / :term:`GROUPADD_PARAM`) which a recipe
|
||||
depends upon. This ensures that those users / groups are available
|
||||
when building a recipe.
|
||||
|
||||
:term:`USERADD_ERROR_DYNAMIC`
|
||||
If set to ``error``, forces the OpenEmbedded build system to produce
|
||||
an error if the user identification (``uid``) and group
|
||||
|
||||
Reference in New Issue
Block a user