1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Jose Quaresma
2023-10-18 12:32:53 +01:00
committed by Richard Purdie
parent 23a748a766
commit 64f76114da
+6 -1
View File
@@ -387,6 +387,7 @@ PACKAGE_BEFORE_PN = "\
${PN}-analyze \
${PN}-binfmt \
${PN}-container \
${PN}-crypt \
${PN}-extra-utils \
${PN}-gui \
${PN}-initramfs \
@@ -446,6 +447,11 @@ USERADD_PARAM:${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin sys
FILES:${PN}-analyze = "${bindir}/systemd-analyze"
FILES:${PN}-crypt = "${bindir}/systemd-cryptenroll \
${libdir}/cryptsetup \
"
RRECOMMENDS:${PN} += "${PN}-crypt"
FILES:${PN}-initramfs = "/init"
RDEPENDS:${PN}-initramfs = "${PN}"
@@ -552,7 +558,6 @@ FILES:${PN}-extra-utils = "\
${bindir}/systemd-run \
${bindir}/systemd-cat \
${bindir}/systemd-creds \
${bindir}/systemd-cryptenroll \
${bindir}/systemd-delta \
${bindir}/systemd-cgls \
${bindir}/systemd-cgtop \