From a456a286bec0812a63c4683e61f6936cfe6f99c2 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 19 Jul 2019 17:30:57 +0200 Subject: 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 --- meta-agl-profile-core/conf/include/base-agl.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg