Thanks, applied as 0ac3f7bc1b1f20e8b5214caa5f3c54f5002268f5. Michael
[sent from post-receive hook] On Thu, 08 Feb 2024 17:03:11 +0100, Ahmad Fatoum <[email protected]> wrote: > On next update, the imx platform will enable CFG_PKCS11_TA by default > and optee-test will fail to build, because we don't install the > respective PKCS#11 module. > > PKCS#11 is important enough of a use case that it makes sense to just > ship it always by default, so let's do just that. > > Signed-off-by: Ahmad Fatoum <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/optee-client.make b/rules/optee-client.make > index 726a3edabafb..2703e0a8f602 100644 > --- a/rules/optee-client.make > +++ b/rules/optee-client.make > @@ -49,6 +49,7 @@ $(STATEDIR)/optee-client.targetinstall: > @$(call install_fixup, optee-client,DESCRIPTION,missing) > > @$(call install_lib, optee-client, 0, 0, 0644, libteec) > + @$(call install_lib, optee-client, 0, 0, 0644, libckteec) > @$(call install_copy, optee-client, 0, 0, 0755, -, > /usr/sbin/tee-supplicant) > ifdef PTXCONF_OPTEE_CLIENT_SYSTEMD_UNIT > @$(call install_alternative, optee-client, 0, 0, 0644, \
