From 1b1bc791da04c031eebebec9b516160dbf070e82 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 10 Oct 2016 13:05:08 -0700 Subject: ref-manual: Updated the USERADD_ERROR_DYNAMIC and USERADDEXTENSION variables. The value for USERADD_ERROR_DYNAMIC changed from "1" to "error" to activate this variable. Also, the value "warn" is used to cause a warning to be issued. I updated the variable description to reflect this. For the USERADDEXTENSION variable, I updated the [doc] string to use proper quote marks. I was not nesting these properly. (From yocto-docs rev: f21277b3887134611fc567da05e8a590ecb0d7af) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 842b60ed8a..69698d0398 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -15249,16 +15249,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_ERROR_DYNAMIC - USERADD_ERROR_DYNAMIC[doc] = "Forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values are not defined in files/passwd and files/group files." + USERADD_ERROR_DYNAMIC[doc] = "If set to 'error', forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values are not defined in files/passwd and files/group files. If set to 'warn', a warning will be issued instead." - Forces the OpenEmbedded build system to produce an error - if the user identification (uid) and - group identification (gid) values - are not defined in files/passwd + If set to "error", forces the OpenEmbedded build system to + produce an error if the user identification + (uid) and group identification + (gid) values are not defined + in files/passwd and files/group files. + If set to "warn", a warning will be issued instead. @@ -15274,7 +15276,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" your local.conf file as follows: - USERADD_ERROR_DYNAMIC = "1" + USERADD_ERROR_DYNAMIC = "error" Overriding the default behavior implies you are going to also take steps to set static uid and @@ -15430,7 +15432,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADDEXTENSION - USERADDEXTENSION[doc] = "When set to "useradd-staticids", causes the OpenEmbedded build system to base all user and group additions on a static passwd and group files found in BBPATH." + USERADDEXTENSION[doc] = "When set to 'useradd-staticids', causes the OpenEmbedded build system to base all user and group additions on a static passwd and group files found in BBPATH." -- cgit v1.2.3-54-g00ecf