diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2024-02-05 11:41:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-06 10:32:19 +0000 |
commit | bca5c911a715374b398e79a055e75d366796cbf3 (patch) | |
tree | cecb4d5d9f72b699daf7baa72c70b9597e681b2e /meta/recipes-core | |
parent | cc740bf63dcb00bca9faa84c3316d85352c1e8db (diff) | |
download | poky-bca5c911a715374b398e79a055e75d366796cbf3.tar.gz |
systemd: pack pre-defined pcrlock files installed with tpm2
The new pcrlock tool systemd-pcrlock [1] is installed when
the tpm2 and openssl package config is enabled and with them
some pre-defined pcrlock files is installed on the target.
[1] https://github.com/systemd/systemd/pull/28891
(From OE-Core rev: 0ee7002d8f6bfca7b275c082d032936494dc7e8e)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_255.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.1.bb b/meta/recipes-core/systemd/systemd_255.1.bb index 9e09c89355..a907d60e84 100644 --- a/meta/recipes-core/systemd/systemd_255.1.bb +++ b/meta/recipes-core/systemd/systemd_255.1.bb | |||
@@ -685,6 +685,7 @@ FILES:${PN} = " ${base_bindir}/* \ | |||
685 | ${exec_prefix}/lib/sysctl.d \ | 685 | ${exec_prefix}/lib/sysctl.d \ |
686 | ${exec_prefix}/lib/sysusers.d \ | 686 | ${exec_prefix}/lib/sysusers.d \ |
687 | ${exec_prefix}/lib/environment.d \ | 687 | ${exec_prefix}/lib/environment.d \ |
688 | ${exec_prefix}/lib/pcrlock.d \ | ||
688 | ${localstatedir} \ | 689 | ${localstatedir} \ |
689 | ${rootlibexecdir}/modprobe.d/systemd.conf \ | 690 | ${rootlibexecdir}/modprobe.d/systemd.conf \ |
690 | ${rootlibexecdir}/modprobe.d/README \ | 691 | ${rootlibexecdir}/modprobe.d/README \ |