summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Yurkov <uvv.mail@gmail.com>2025-05-14 19:52:10 +0200
committerSteve Sakoman <steve@sakoman.com>2025-05-27 09:38:57 -0700
commit65828b60db441fa6f58b21cdcc20c71abbb2c58f (patch)
treef0140903ef65f681f256a19bce6f909a17413613
parent163530690fe0d0ee78c8cdeabab5cf0d37f1c358 (diff)
downloadpoky-65828b60db441fa6f58b21cdcc20c71abbb2c58f.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: 180455ee76a3819933f45ddd6ce9a5610b3ba947) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/systemd/systemd_255.18.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.18.bb b/meta/recipes-core/systemd/systemd_255.18.bb
index f85ad61080..bb9dc3da33 100644
--- a/meta/recipes-core/systemd/systemd_255.18.bb
+++ b/meta/recipes-core/systemd/systemd_255.18.bb
@@ -592,26 +592,16 @@ FILES:${PN}-extra-utils = "\
592 ${bindir}/systemd-cgls \ 592 ${bindir}/systemd-cgls \
593 ${bindir}/systemd-cgtop \ 593 ${bindir}/systemd-cgtop \
594 ${bindir}/systemd-stdio-bridge \ 594 ${bindir}/systemd-stdio-bridge \
595 ${base_bindir}/systemd-ask-password \
596 ${base_bindir}/systemd-tty-ask-password-agent \
597 ${base_sbindir}/mount.ddi \ 595 ${base_sbindir}/mount.ddi \
598 ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \ 596 ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \
599 ${systemd_system_unitdir}/systemd-ask-password-console.path \
600 ${systemd_system_unitdir}/systemd-ask-password-console.service \
601 ${systemd_system_unitdir}/systemd-ask-password-wall.path \
602 ${systemd_system_unitdir}/systemd-ask-password-wall.service \
603 ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \
604 ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
605 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \ 597 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \
606 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \ 598 ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \
607 ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
608 ${rootlibexecdir}/systemd/systemd-resolve-host \ 599 ${rootlibexecdir}/systemd/systemd-resolve-host \
609 ${rootlibexecdir}/systemd/systemd-ac-power \ 600 ${rootlibexecdir}/systemd/systemd-ac-power \
610 ${rootlibexecdir}/systemd/systemd-activate \ 601 ${rootlibexecdir}/systemd/systemd-activate \
611 ${rootlibexecdir}/systemd/systemd-measure \ 602 ${rootlibexecdir}/systemd/systemd-measure \
612 ${rootlibexecdir}/systemd/systemd-pcrphase \ 603 ${rootlibexecdir}/systemd/systemd-pcrphase \
613 ${rootlibexecdir}/systemd/systemd-socket-proxyd \ 604 ${rootlibexecdir}/systemd/systemd-socket-proxyd \
614 ${rootlibexecdir}/systemd/systemd-reply-password \
615 ${rootlibexecdir}/systemd/systemd-sleep \ 605 ${rootlibexecdir}/systemd/systemd-sleep \
616 ${rootlibexecdir}/systemd/system-sleep \ 606 ${rootlibexecdir}/systemd/system-sleep \
617 ${systemd_system_unitdir}/systemd-hibernate.service \ 607 ${systemd_system_unitdir}/systemd-hibernate.service \