mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] optee: remove install_init
Date: Fri, 29 Aug 2025 11:46:32 +0200	[thread overview]
Message-ID: <20250829094632.2620549-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250827103642.3881930-3-m.tretter@pengutronix.de>

Thanks, applied as 6a35b4a5b93c4c96752a2affa165f7ec1fbaa9ab.

Michael

[sent from post-receive hook]

On Fri, 29 Aug 2025 11:46:32 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> The rule calls install_init twice. Once in the install stage and once in
> the targetinstall stage. If never calls install_finish.
> 
> Remove install_init, since the rule doesn't create a package.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20250827103642.3881930-3-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/optee.make b/rules/optee.make
> index 52a71962eeca..e0655565efc3 100644
> --- a/rules/optee.make
> +++ b/rules/optee.make
> @@ -61,7 +61,6 @@ OPTEE_OUT_DIR        := \
>  $(STATEDIR)/optee.install:
>  	@$(call targetinfo)
>  
> -	@$(call install_init, optee)
>  	@install -vd -m755 $(OPTEE_PKGDIR)/usr/lib/optee-os
>  	@cp -vr $(OPTEE_OUT_DIR)/$(OPTEE_LIB_DIR)/* $(OPTEE_PKGDIR)/usr/lib/optee-os
>  
> @@ -81,7 +80,6 @@ OPTEE_BINARIES := \
>  $(STATEDIR)/optee.targetinstall:
>  	@$(call targetinfo)
>  
> -	@$(call install_init, optee)
>  	@$(foreach binary, $(OPTEE_BINARIES), \
>  		$(call ptx/image-install, OPTEE, \
>  			$(OPTEE_OUT_DIR)/core/$(binary), \



  reply	other threads:[~2025-08-29  9:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-27 10:36 [ptxdist] [PATCH 1/4] optee: version bump 4.6.0 -> 4.7.0 Michael Tretter
2025-08-27 10:36 ` [ptxdist] [PATCH 2/4] optee: add license file Michael Tretter
2025-08-29  9:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-08-27 10:36 ` [ptxdist] [PATCH 3/4] optee: remove install_init Michael Tretter
2025-08-29  9:46   ` Michael Olbrich [this message]
2025-08-27 10:36 ` [ptxdist] [PATCH 4/4] optee: install in-tree user TAs into rootfs Michael Tretter
2025-08-27 14:36   ` Michael Olbrich
2025-08-29  9:46 ` [ptxdist] [APPLIED] optee: version bump 4.6.0 -> 4.7.0 Michael Olbrich

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=20250829094632.2620549-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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