Thanks, applied as 6a35b4a5b93c4c96752a2affa165f7ec1fbaa9ab. Michael
[sent from post-receive hook] On Fri, 29 Aug 2025 11:46:32 +0200, Michael Tretter <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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), \
