Re: [meta-arm] [PATCH] Align PSA Crypto structs with TF-Mv2.1.1
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
On 6 May 2025, at 17:50, ali.oezaslan via lists.yoctoproject.org <[email protected]> wrote: > > From: Ali Can Ozaslan <[email protected]> > > The psa_client_key_attributes_s struct had to be aligned with the > psa_key_attributes_s struct in TF-M. > > Signed-off-by: Ali Can Ozaslan <[email protected]> > --- > components/service/crypto/include/psa/crypto_client_struct.h | 1 - I’m guessing that you’re doing git-format-patch and then git-send-email manually, because the cover letter is correct but this is a patch for TF-M, not meta-arm. Can you re-send? Ross