Erik Schilling <[email protected]> escreveu no dia quarta, 18/10/2023 à(s) 11:36:
> On Tue Oct 17, 2023 at 11:18 AM CEST, Jose Quaresma wrote: > > Signed-off-by: Jose Quaresma <[email protected]> > > --- > > meta/recipes-core/systemd/systemd_254.4.bb | 7 ++++++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/meta/recipes-core/systemd/systemd_254.4.bb > b/meta/recipes-core/systemd/systemd_254.4.bb > > index d24bf0cb06..2146c130d5 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 = "\ > > ${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 \ > > + ${nonarch_libdir}/cryptsetup \ > > Won't there be .so plugin files in this folder that are arch-specific? > I assumed ${nonarch_libdir} should only be used for non-architecture > specific files? > yeah you are right, the plugins are arch specific and nonarch_libdir will break multilib. I will change it to just ${libdir} and send a v2. Thanks for your time. > > - Erik > > > + " > > +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 \ > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189378): https://lists.openembedded.org/g/openembedded-core/message/189378 Mute This Topic: https://lists.openembedded.org/mt/102014259/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
