diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-06 20:18:18 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-27 16:11:03 +0100 |
commit | 5ede30e1a37eb79454a73d5e78047f048d25e4ad (patch) | |
tree | 422c43f02fc8444c0fc0913bab209484640322e0 /recipes-core/systemd/git@git.enea.com:linux | |
parent | 74fd5a7abbe117c82beb829ced3c7643b88c37a8 (diff) | |
download | meta-el-nfv-access-master.tar.gz |
Since we use static UID/GID for all users and groups on the platform,
we run into the issue described in [1] (upstream on "master" branch),
since [2] started to generate the users/groups dynamically at build
time based on all sysusers.d framents (not only "systemd.conf" like in
previous releases).
So "systemd_create_users":
- is completly redundant for Enea Edge Runtime since we populate all
users and groups statically;
- breaks the build;
- won't be fixed upstream since Hardknott is already EOL;
- can't be omitted by pinning poky to a previous commit (lots of CVE
fixes are newer than [2] + some recipe SRC_URI were updated after
[2] was merged);
- is easy to just disable for the machines where we know we have static
UID/GID (this is why we apply the change in local.conf);
[1] https://git.yoctoproject.org/poky/commit/meta/classes/\
rootfs-postcommands.bbclass?id=a559a2cba9284a1531fbc402c6fda1c5a51259c1
[2] https://git.yoctoproject.org/poky/commit/meta/classes/\
rootfs-postcommands.bbclass?id=8eee0062a7a036d0594dff193995ac7914c6124b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: Iac50346ced5aec29cda4561da85f2d4f50560f38
(cherry picked from commit 36676c77186d9681b0c0d263d2a880e3e5bc9080)
Diffstat (limited to 'recipes-core/systemd/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions