diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2019-07-19 17:30:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-01 22:42:26 +0000 |
commit | a456a286bec0812a63c4683e61f6936cfe6f99c2 (patch) | |
tree | 2f5a1c7f80eda21f80410b09ac50f29c90f94616 /meta-agl-profile-core | |
parent | b8860aceeaea4bb7dac2da5fab1f18af933e59f9 (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.inc | 3 |
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" |