diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-10-18 12:32:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:38:57 +0100 |
commit | 64f76114da1f2d79e24a6a79572f2682b6379452 (patch) | |
tree | 85890f1bc38efb3f3ffa3a62b60d23c921144f0e | |
parent | 23a748a766f888f68b2a573560085e72ecad1f84 (diff) | |
download | poky-64f76114da1f2d79e24a6a79572f2682b6379452.tar.gz |
systemd: add systemd-crypt package
(From OE-Core rev: c8c615329ad62a28c0762e79e7f11216f9bd88db)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_254.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index d24bf0cb06..c21f6b4962 100644 --- a/meta/recipes-core/systemd/systemd_254.4.bb +++ b/meta/recipes-core/systemd/systemd_254.4.bb | |||
@@ -387,6 +387,7 @@ PACKAGE_BEFORE_PN = "\ | |||
387 | ${PN}-analyze \ | 387 | ${PN}-analyze \ |
388 | ${PN}-binfmt \ | 388 | ${PN}-binfmt \ |
389 | ${PN}-container \ | 389 | ${PN}-container \ |
390 | ${PN}-crypt \ | ||
390 | ${PN}-extra-utils \ | 391 | ${PN}-extra-utils \ |
391 | ${PN}-gui \ | 392 | ${PN}-gui \ |
392 | ${PN}-initramfs \ | 393 | ${PN}-initramfs \ |
@@ -446,6 +447,11 @@ USERADD_PARAM:${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin sys | |||
446 | 447 | ||
447 | FILES:${PN}-analyze = "${bindir}/systemd-analyze" | 448 | FILES:${PN}-analyze = "${bindir}/systemd-analyze" |
448 | 449 | ||
450 | FILES:${PN}-crypt = "${bindir}/systemd-cryptenroll \ | ||
451 | ${libdir}/cryptsetup \ | ||
452 | " | ||
453 | RRECOMMENDS:${PN} += "${PN}-crypt" | ||
454 | |||
449 | FILES:${PN}-initramfs = "/init" | 455 | FILES:${PN}-initramfs = "/init" |
450 | RDEPENDS:${PN}-initramfs = "${PN}" | 456 | RDEPENDS:${PN}-initramfs = "${PN}" |
451 | 457 | ||
@@ -552,7 +558,6 @@ FILES:${PN}-extra-utils = "\ | |||
552 | ${bindir}/systemd-run \ | 558 | ${bindir}/systemd-run \ |
553 | ${bindir}/systemd-cat \ | 559 | ${bindir}/systemd-cat \ |
554 | ${bindir}/systemd-creds \ | 560 | ${bindir}/systemd-creds \ |
555 | ${bindir}/systemd-cryptenroll \ | ||
556 | ${bindir}/systemd-delta \ | 561 | ${bindir}/systemd-delta \ |
557 | ${bindir}/systemd-cgls \ | 562 | ${bindir}/systemd-cgls \ |
558 | ${bindir}/systemd-cgtop \ | 563 | ${bindir}/systemd-cgtop \ |