I saw the following error while building my sdk using Yocto kirkstone
file /usr/lib/libcrypto.so conflicts between attempted installs of aws-lc-1.5.0-r0.cortexa9t2hf_neon and openssl-dev-3.0.8-r0.cortexa9t2hf_neon
file /usr/lib/libssl.so conflicts between attempted installs of aws-lc-1.5.0-r0.cortexa9t2hf_neon and openssl-dev-3.0.8-r0.cortexa9t2hf_neon
I believe the problem is related to the change of installed path form "${libdir}/aws-lc/" to "${libdir}/". Aws-lc tries to replace existing shared libs installed by Openssl
I saw the following error while building my sdk using Yocto kirkstone
I believe the problem is related to the change of installed path form "${libdir}/aws-lc/" to "${libdir}/". Aws-lc tries to replace existing shared libs installed by Openssl