All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Erik Schilling" <erik.schilling@linaro.org>
To: "Jose Quaresma" <quaresma.jose@gmail.com>,
	<openembedded-core@lists.openembedded.org>
Cc: "Jose Quaresma" <jose.quaresma@foundries.io>
Subject: Re: [OE-core][PATCH 2/4] systemd: add systemd-crypt package
Date: Wed, 18 Oct 2023 12:36:51 +0200	[thread overview]
Message-ID: <CWBHZFPISD4K.3RO0WCE8T7OII@ablu-work> (raw)
In-Reply-To: <20231017091900.114311-2-jose.quaresma@foundries.io>

On Tue Oct 17, 2023 at 11:18 AM CEST, Jose Quaresma wrote:
> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> ---
>  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?

- 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 \



  reply	other threads:[~2023-10-18 10:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17  9:18 [OE-core][PATCH 1/4] systemd: sort packages before pn Jose Quaresma
2023-10-17  9:18 ` [OE-core][PATCH 2/4] systemd: add systemd-crypt package Jose Quaresma
2023-10-18 10:36   ` Erik Schilling [this message]
2023-10-18 11:30     ` Jose Quaresma
2023-10-18 10:39   ` Erik Schilling
2023-10-17  9:18 ` [OE-core][PATCH 3/4] systemd: add cryptsetup-plugins package config Jose Quaresma
2023-10-17  9:19 ` [OE-core][PATCH 4/4] systemd: add p11kit " Jose Quaresma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CWBHZFPISD4K.3RO0WCE8T7OII@ablu-work \
    --to=erik.schilling@linaro.org \
    --cc=jose.quaresma@foundries.io \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=quaresma.jose@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.