summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:22:55 +0100
commit34a67fc165306034b5d00d6c8a519d8343ec2403 (patch)
tree328760f86de6198f9f197f70bda02ade98791c88 /documentation/ref-manual
parent6045314d2968f6f5a0877a4dd45f35c766a40e40 (diff)
downloadpoky-34a67fc165306034b5d00d6c8a519d8343ec2403.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>
Diffstat (limited to 'documentation/ref-manual')
-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