diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-10-10 13:05:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:22 +0100 |
commit | 1b1bc791da04c031eebebec9b516160dbf070e82 (patch) | |
tree | ce91ebd86c90d59fd5d49269548466123e442b7b /documentation | |
parent | 96b9007053c2519d7462b2360c231a367719995a (diff) | |
download | poky-1b1bc791da04c031eebebec9b516160dbf070e82.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 9 insertions, 7 deletions
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" | |||
15249 | 15249 | ||
15250 | <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC</glossterm> | 15250 | <glossentry id='var-USERADD_ERROR_DYNAMIC'><glossterm>USERADD_ERROR_DYNAMIC</glossterm> |
15251 | <info> | 15251 | <info> |
15252 | 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." | 15252 | 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." |
15253 | </info> | 15253 | </info> |
15254 | <glossdef> | 15254 | <glossdef> |
15255 | <para role="glossdeffirst"> | 15255 | <para role="glossdeffirst"> |
15256 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 15256 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
15257 | Forces the OpenEmbedded build system to produce an error | 15257 | If set to "error", forces the OpenEmbedded build system to |
15258 | if the user identification (<filename>uid</filename>) and | 15258 | produce an error if the user identification |
15259 | group identification (<filename>gid</filename>) values | 15259 | (<filename>uid</filename>) and group identification |
15260 | are not defined in <filename>files/passwd</filename> | 15260 | (<filename>gid</filename>) values are not defined |
15261 | in <filename>files/passwd</filename> | ||
15261 | and <filename>files/group</filename> files. | 15262 | and <filename>files/group</filename> files. |
15263 | If set to "warn", a warning will be issued instead. | ||
15262 | </para> | 15264 | </para> |
15263 | 15265 | ||
15264 | <para> | 15266 | <para> |
@@ -15274,7 +15276,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15274 | your <filename>local.conf</filename> file as | 15276 | your <filename>local.conf</filename> file as |
15275 | follows: | 15277 | follows: |
15276 | <literallayout class='monospaced'> | 15278 | <literallayout class='monospaced'> |
15277 | USERADD_ERROR_DYNAMIC = "1" | 15279 | USERADD_ERROR_DYNAMIC = "error" |
15278 | </literallayout> | 15280 | </literallayout> |
15279 | Overriding the default behavior implies you are going to | 15281 | Overriding the default behavior implies you are going to |
15280 | also take steps to set static <filename>uid</filename> and | 15282 | also take steps to set static <filename>uid</filename> and |
@@ -15430,7 +15432,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15430 | 15432 | ||
15431 | <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION</glossterm> | 15433 | <glossentry id='var-USERADDEXTENSION'><glossterm>USERADDEXTENSION</glossterm> |
15432 | <info> | 15434 | <info> |
15433 | 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." | 15435 | 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." |
15434 | </info> | 15436 | </info> |
15435 | <glossdef> | 15437 | <glossdef> |
15436 | <para role="glossdeffirst"> | 15438 | <para role="glossdeffirst"> |