CIP-dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: srinuvasan.a@siemens.com, cip-dev@lists.cip-project.org,
	Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: Re: [PATCH][isar-cip-core] recipes-initramfs/initramfs-crypt-hook: remove unwanted directory
Date: Fri, 15 Mar 2024 11:00:06 +0100	[thread overview]
Message-ID: <115947c5-1b60-419f-9e4f-f4a7ba504263@siemens.com> (raw)
In-Reply-To: <20240315095246.275065-1-srinuvasan.a@siemens.com>

On 15.03.24 10:52, srinuvasan.a@siemens.com wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
> 
> We are not installing any file under "${D}/usr/lib/encrypt_partition",
> hence removed from the do_install[cleandirs] part.
> 
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
> ---
>  .../initramfs-crypt-hook/initramfs-crypt-hook_0.1.bb          | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.1.bb b/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.1.bb
> index 3b2e6fa..b275c0f 100644
> --- a/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.1.bb
> +++ b/recipes-initramfs/initramfs-crypt-hook/initramfs-crypt-hook_0.1.bb
> @@ -48,8 +48,8 @@ TEMPLATE_FILES = "encrypt_partition.env.tmpl"
>  do_install[cleandirs] += " \
>      ${D}/usr/share/initramfs-tools/hooks \
>      ${D}/usr/share/encrypt_partition \
> -    ${D}/usr/share/initramfs-tools/scripts/local-bottom \
> -    ${D}/usr/lib/encrypt_partition"
> +    ${D}/usr/share/initramfs-tools/scripts/local-bottom"
> +
>  do_install() {
>      install -m 0600 "${WORKDIR}/encrypt_partition.env" "${D}/usr/share/encrypt_partition/encrypt_partition.env"
>      install -m 0755 "${WORKDIR}/encrypt_partition.${CRYPT_BACKEND}.script" \

This dates back to 98974a68ab9b644830be7f1325df9a22acd78cd3 - Quirin?

Jan

-- 
Siemens AG, Technology
Linux Expert Center



  reply	other threads:[~2024-03-15 10:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15  9:52 [PATCH][isar-cip-core] recipes-initramfs/initramfs-crypt-hook: remove unwanted directory srinuvasan.a
2024-03-15 10:00 ` Jan Kiszka [this message]
2024-03-15 16:22   ` Gylstorff Quirin
2024-03-18 11:26 ` Jan Kiszka

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=115947c5-1b60-419f-9e4f-f4a7ba504263@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=quirin.gylstorff@siemens.com \
    --cc=srinuvasan.a@siemens.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).