summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2019-07-19 17:30:57 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-01 22:42:26 +0000
commita456a286bec0812a63c4683e61f6936cfe6f99c2 (patch)
tree2f5a1c7f80eda21f80410b09ac50f29c90f94616 /meta-agl-profile-core
parentb8860aceeaea4bb7dac2da5fab1f18af933e59f9 (diff)
Add default value for passwd and group table
If someone want to add a value to USERADD_UID_TABLES , USERADD_GID_TABLES, the default value must be set. If not the AGL table won't be scan. Bug-AGL: SPEC-2500 Change-Id: I2325acdc61f6a5f840476b4c96734aed0a5c5744 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r--meta-agl-profile-core/conf/include/base-agl.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-profile-core/conf/include/base-agl.inc b/meta-agl-profile-core/conf/include/base-agl.inc
index a332c08a4..c5cf1a57f 100644
--- a/meta-agl-profile-core/conf/include/base-agl.inc
+++ b/meta-agl-profile-core/conf/include/base-agl.inc
@@ -16,4 +16,5 @@ ASSUME_PROVIDED_remove = "tar-native"
# Use static IDs to enable full-filesystem updates
USERADDEXTENSION = "useradd-staticids"
USERADD_ERROR_DYNAMIC = "error"
-
+USERADD_GID_TABLES = "files/group"
+USERADD_UID_TABLES = "files/passwd"