Hello all
I'm using a Variscite VAR-SOM-MX8M-MINI and built Yocto Linux for it (following Yocto Build Release - Variscite Wiki, Yocto Warrior 2.7 with kernel 4.19.35).
Now I would like to use the Cryptographic Accelerator and Assurance Module (CAAM).
Therefore I followed NXP AN12838 but however, OpenSSL recipe versions do not match: the NXP layer tries to modify with "openssl_1.1.1b.bbappend", but "openssl_1.1.1d.bb" is actually fetched with the latest release tag as well as with the current master Variscite repo manifest. This leads to an error (like "No recipe found for this .bbappend" - I don't remember the exact message).
The repo manifest given in chapter 5 of AN12838 seems to fetch an older revision of "poky", which contains the matching version 1.1.1b of OpenSSL.
I already contacted Variscite support, but they told me post my problem here.
So, do you have an idea how to resolve this? Do I have to adapt the patches myself or is there any other way?