diff options
author | Bastian Krause <bst@pengutronix.de> | 2025-02-26 10:45:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 10:55:17 +0000 |
commit | ffdc020519cc16af3b935da88707973688ddfd0b (patch) | |
tree | 3af36776be9695afa243cdf4f70d18b31085ca7d /meta/recipes-core | |
parent | d566bebd78123de7469437ae6bf2f92635e0b8f3 (diff) | |
download | poky-ffdc020519cc16af3b935da88707973688ddfd0b.tar.gz |
systemd: move sysusers.d systemd-remote to PN-journal-remote
systemd's sysusers.d/systemd-remote.conf contains the user
"systemd-journal-remote" [1]. This file is currently not part of any
specific package.
To make this match the corresponding USERADD_PARAM:${PN}-journal-remote
for the same user, move the file to the correct package.
This prevents warnings in case PACKAGECONFIG contains "microhttpd" but
systemd-journal-remote is not installed, such as:
WARNING: some-image-1.0-r0 do_rootfs: User systemd-journal-remote has never been defined
[1] https://github.com/systemd/systemd/blob/v257.3/sysusers.d/systemd-remote.conf
(From OE-Core rev: 2d50d3595502e65e3b0997800a6dc60ca3e10100)
Signed-off-by: Bastian Krause <bst@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_257.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.3.bb b/meta/recipes-core/systemd/systemd_257.3.bb index 03b9c9362a..324e91e051 100644 --- a/meta/recipes-core/systemd/systemd_257.3.bb +++ b/meta/recipes-core/systemd/systemd_257.3.bb | |||
@@ -531,6 +531,7 @@ FILES:${PN}-journal-upload = "${nonarch_libdir}/systemd/systemd-journal-upload \ | |||
531 | SYSTEMD_SERVICE:${PN}-journal-upload = "systemd-journal-upload.service" | 531 | SYSTEMD_SERVICE:${PN}-journal-upload = "systemd-journal-upload.service" |
532 | 532 | ||
533 | FILES:${PN}-journal-remote = "${nonarch_libdir}/systemd/systemd-journal-remote \ | 533 | FILES:${PN}-journal-remote = "${nonarch_libdir}/systemd/systemd-journal-remote \ |
534 | ${nonarch_libdir}/sysusers.d/systemd-remote.conf \ | ||
534 | ${sysconfdir}/systemd/journal-remote.conf \ | 535 | ${sysconfdir}/systemd/journal-remote.conf \ |
535 | ${systemd_system_unitdir}/systemd-journal-remote.service \ | 536 | ${systemd_system_unitdir}/systemd-journal-remote.service \ |
536 | ${systemd_system_unitdir}/systemd-journal-remote.socket \ | 537 | ${systemd_system_unitdir}/systemd-journal-remote.socket \ |