mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [ptxdist] [PATCH 3/4] optee: remove install_init
Date: Wed, 27 Aug 2025 12:36:40 +0200	[thread overview]
Message-ID: <20250827103642.3881930-3-m.tretter@pengutronix.de> (raw)
In-Reply-To: <20250827103642.3881930-1-m.tretter@pengutronix.de>

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>
---
 rules/optee.make | 2 --
 1 file changed, 2 deletions(-)

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), \
-- 
2.47.2




  parent reply	other threads:[~2025-08-27 10:37 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 ` Michael Tretter [this message]
2025-08-29  9:46   ` [ptxdist] [APPLIED] optee: remove install_init Michael Olbrich
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=20250827103642.3881930-3-m.tretter@pengutronix.de \
    --to=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