Add default value for passwd and group table 17/21917/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 19 Jul 2019 15:30:57 +0000 (17:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 1 Aug 2019 22:42:26 +0000 (22:42 +0000)
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>
meta-agl-profile-core/conf/include/base-agl.inc

index a332c08..c5cf1a5 100644 (file)
@@ -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"