Hello,
We are working with WP76xx and Legato 19.11.2 (the stable version from release 16). We would like to integrate it with AWS (Registration | AVS for AWS IoT) which requires Curve25519.
Currently, the Linux Kernel prebuilt has OpenSSL version 1.0.2 which doesn’t support Curve25519, but version 1.1.1 does.
What would be the proper way to go about this?
Should we rebuild the kernel ourselves and edit the .bb files in order to have the 1.1.1 version? Is there maybe another way to go about doing this?
Is there a place where I could find the .bb for OpenSSL 1.1.1 for the WP76 platform because when I checked the current recipes I saw that a lot of patch files were involved? I think that would be a lot of work to do from scratch for people that haven’t been involved with YOCTO as much.