summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2024-04-18 11:27:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-24 14:23:00 +0100
commit8eb06eb958dfffa0b57fe09d36fff39f676fd8f0 (patch)
tree6e0c950eff63b799d6b363db3c1876496ab4752c
parentfb91a49387cfb0c8d48303bb3354325ba2a05587 (diff)
downloadpoky-8eb06eb958dfffa0b57fe09d36fff39f676fd8f0.tar.gz
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>
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 9cdcc1b61b..3f37f42f21 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9771,6 +9771,12 @@ system and gives an overview of their function and contents.
9771 ``meta-poky/conf/templates/default/local.conf.sample`` in the 9771 ``meta-poky/conf/templates/default/local.conf.sample`` in the
9772 :term:`Source Directory`. 9772 :term:`Source Directory`.
9773 9773
9774 :term:`USERADD_DEPENDS`
9775 Specifies a list of recipes that create users / groups (via
9776 :term:`USERADD_PARAM` / :term:`GROUPADD_PARAM`) which a recipe
9777 depends upon. This ensures that those users / groups are available
9778 when building a recipe.
9779
9774 :term:`USERADD_ERROR_DYNAMIC` 9780 :term:`USERADD_ERROR_DYNAMIC`
9775 If set to ``error``, forces the OpenEmbedded build system to produce 9781 If set to ``error``, forces the OpenEmbedded build system to produce
9776 an error if the user identification (``uid``) and group 9782 an error if the user identification (``uid``) and group