diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-21 17:47:18 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-02-25 05:44:34 +0000 |
commit | bf5393b15afac747f35d1d38393622cb977255ea (patch) | |
tree | 54ae14766a2830ed6d49c8f3c81bb8bf936dbef7 /meta-agl/conf | |
parent | 7990e2f52313753f55b57b426526901b905b5df0 (diff) |
Define uids/gids for all user in the system statically.
Is necessary for full-filesystem updates on a stateful system.
Bug-AGL: SPEC-440
Change-Id: I104dfbc27f05c91516d612d4c24e3533bb821d78
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-agl/conf')
-rw-r--r-- | meta-agl/conf/include/base-agl.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl/conf/include/base-agl.inc b/meta-agl/conf/include/base-agl.inc index 1debe86a1..a332c08a4 100644 --- a/meta-agl/conf/include/base-agl.inc +++ b/meta-agl/conf/include/base-agl.inc @@ -12,3 +12,8 @@ PACKAGECONFIG_remove_pn-qtquick1 = "webkit" ASSUME_PROVIDED_remove = "tar-native" + +# Use static IDs to enable full-filesystem updates +USERADDEXTENSION = "useradd-staticids" +USERADD_ERROR_DYNAMIC = "error" + |