summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Yurkov <uvv.mail@gmail.com>2025-04-29 19:46:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-01 14:22:53 +0100
commit98889f60cc51d2cc39322e0ec75fba8e3b390e91 (patch)
treebcf2d2aa7662cbed7a525006036206c204764e1b
parent0ee82d77402dc63cacb17f2a88a59ff190ddf8bb (diff)
downloadpoky-98889f60cc51d2cc39322e0ec75fba8e3b390e91.tar.gz
systemd: Password agents shouldn't be optional
If extra-utils package is not included in the image, you'll always see a warning that password agent is missing whenever you start/stop a service: Failed to execute /usr/bin/systemd-tty-ask-password-agent: No such file or directory (From OE-Core rev: a87d523ab24e4ea87d1b19ea3a0c515cc47db1b6) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_257.5.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.5.bb b/meta/recipes-core/systemd/systemd_257.5.bb
index 2a18445eba..acf97517a9 100644
--- a/meta/recipes-core/systemd/systemd_257.5.bb
+++ b/meta/recipes-core/systemd/systemd_257.5.bb
@@ -602,26 +602,16 @@ FILES:${PN}-extra-utils = "\
602 ${bindir}/systemd-cgls \ 602 ${bindir}/systemd-cgls \
603 ${bindir}/systemd-cgtop \ 603 ${bindir}/systemd-cgtop \
604 ${bindir}/systemd-stdio-bridge \ 604 ${bindir}/systemd-stdio-bridge \
605 ${base_bindir}/systemd-ask-password \
606 ${base_bindir}/systemd-tty-ask-password-agent \
607 ${base_sbindir}/mount.ddi \ 605 ${base_sbindir}/mount.ddi \
608 ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \ 606 ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \
609 ${systemd_system_unitdir}/systemd-ask-password-console.path \
610 ${systemd_system_unitdir}/systemd-ask-password-console.service \
611 ${systemd_system_unitdir}/systemd-ask-password-wall.path \
612 ${systemd_system_unitdir}/systemd-ask-password-wall.service \
613 ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \
614 ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
615 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \ 607 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \
616 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \ 608 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \
617 ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
618 ${nonarch_libdir}/systemd/systemd-resolve-host \ 609 ${nonarch_libdir}/systemd/systemd-resolve-host \
619 ${nonarch_libdir}/systemd/systemd-ac-power \ 610 ${nonarch_libdir}/systemd/systemd-ac-power \
620 ${nonarch_libdir}/systemd/systemd-activate \ 611 ${nonarch_libdir}/systemd/systemd-activate \
621 ${nonarch_libdir}/systemd/systemd-measure \ 612 ${nonarch_libdir}/systemd/systemd-measure \
622 ${nonarch_libdir}/systemd/systemd-pcrphase \ 613 ${nonarch_libdir}/systemd/systemd-pcrphase \
623 ${nonarch_libdir}/systemd/systemd-socket-proxyd \ 614 ${nonarch_libdir}/systemd/systemd-socket-proxyd \
624 ${nonarch_libdir}/systemd/systemd-reply-password \
625 ${nonarch_libdir}/systemd/systemd-sleep \ 615 ${nonarch_libdir}/systemd/systemd-sleep \
626 ${nonarch_libdir}/systemd/system-sleep \ 616 ${nonarch_libdir}/systemd/system-sleep \
627 ${systemd_system_unitdir}/systemd-hibernate.service \ 617 ${systemd_system_unitdir}/systemd-hibernate.service \