summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
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