diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2023-01-11 11:47:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-12 23:08:59 +0000 |
commit | 3cef25ba0f4f396b399744649128eb766f753293 (patch) | |
tree | 8d8b9c678959b6c88d2cd78a63c1cf365ffbc3c0 /meta/recipes-core/systemd | |
parent | ac8bfb9288fdac5d55c4b891ba1f23f4b395d1a4 (diff) | |
download | poky-3cef25ba0f4f396b399744649128eb766f753293.tar.gz |
systemd: ship pcrphase/measure tools and units in systemd-extra-utils
New tooling related to signed TPM policies introduced in v252
(From OE-Core rev: 76f1e8c9f8306ed0f0db42dd7a3c7efce82108ce)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_252.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_252.4.bb b/meta/recipes-core/systemd/systemd_252.4.bb index eb6f5ecc17..7c3c78a364 100644 --- a/meta/recipes-core/systemd/systemd_252.4.bb +++ b/meta/recipes-core/systemd/systemd_252.4.bb | |||
@@ -529,12 +529,15 @@ FILES:${PN}-extra-utils = "\ | |||
529 | ${bindir}/systemd-stdio-bridge \ | 529 | ${bindir}/systemd-stdio-bridge \ |
530 | ${base_bindir}/systemd-ask-password \ | 530 | ${base_bindir}/systemd-ask-password \ |
531 | ${base_bindir}/systemd-tty-ask-password-agent \ | 531 | ${base_bindir}/systemd-tty-ask-password-agent \ |
532 | ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \ | ||
532 | ${systemd_system_unitdir}/systemd-ask-password-console.path \ | 533 | ${systemd_system_unitdir}/systemd-ask-password-console.path \ |
533 | ${systemd_system_unitdir}/systemd-ask-password-console.service \ | 534 | ${systemd_system_unitdir}/systemd-ask-password-console.service \ |
534 | ${systemd_system_unitdir}/systemd-ask-password-wall.path \ | 535 | ${systemd_system_unitdir}/systemd-ask-password-wall.path \ |
535 | ${systemd_system_unitdir}/systemd-ask-password-wall.service \ | 536 | ${systemd_system_unitdir}/systemd-ask-password-wall.service \ |
536 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \ | 537 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \ |
537 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \ | 538 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \ |
539 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \ | ||
540 | ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \ | ||
538 | ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \ | 541 | ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \ |
539 | ${rootlibexecdir}/systemd/systemd-resolve-host \ | 542 | ${rootlibexecdir}/systemd/systemd-resolve-host \ |
540 | ${rootlibexecdir}/systemd/systemd-ac-power \ | 543 | ${rootlibexecdir}/systemd/systemd-ac-power \ |
@@ -542,12 +545,17 @@ FILES:${PN}-extra-utils = "\ | |||
542 | ${rootlibexecdir}/systemd/systemd-bus-proxyd \ | 545 | ${rootlibexecdir}/systemd/systemd-bus-proxyd \ |
543 | ${systemd_system_unitdir}/systemd-bus-proxyd.service \ | 546 | ${systemd_system_unitdir}/systemd-bus-proxyd.service \ |
544 | ${systemd_system_unitdir}/systemd-bus-proxyd.socket \ | 547 | ${systemd_system_unitdir}/systemd-bus-proxyd.socket \ |
548 | ${rootlibexecdir}/systemd/systemd-measure \ | ||
549 | ${rootlibexecdir}/systemd/systemd-pcrphase \ | ||
545 | ${rootlibexecdir}/systemd/systemd-socket-proxyd \ | 550 | ${rootlibexecdir}/systemd/systemd-socket-proxyd \ |
546 | ${rootlibexecdir}/systemd/systemd-reply-password \ | 551 | ${rootlibexecdir}/systemd/systemd-reply-password \ |
547 | ${rootlibexecdir}/systemd/systemd-sleep \ | 552 | ${rootlibexecdir}/systemd/systemd-sleep \ |
548 | ${rootlibexecdir}/systemd/system-sleep \ | 553 | ${rootlibexecdir}/systemd/system-sleep \ |
549 | ${systemd_system_unitdir}/systemd-hibernate.service \ | 554 | ${systemd_system_unitdir}/systemd-hibernate.service \ |
550 | ${systemd_system_unitdir}/systemd-hybrid-sleep.service \ | 555 | ${systemd_system_unitdir}/systemd-hybrid-sleep.service \ |
556 | ${systemd_system_unitdir}/systemd-pcrphase-initrd.service \ | ||
557 | ${systemd_system_unitdir}/systemd-pcrphase.service \ | ||
558 | ${systemd_system_unitdir}/systemd-pcrphase-sysinit.service \ | ||
551 | ${systemd_system_unitdir}/systemd-suspend.service \ | 559 | ${systemd_system_unitdir}/systemd-suspend.service \ |
552 | ${systemd_system_unitdir}/sleep.target \ | 560 | ${systemd_system_unitdir}/sleep.target \ |
553 | ${rootlibexecdir}/systemd/systemd-initctl \ | 561 | ${rootlibexecdir}/systemd/systemd-initctl \ |