I am trying to build a BSP 2.8.7 image using openssl 1.1.1d by setting the variable PREFERRED_VERSION_openssl = “1.1.1%” and while building the bitbake shows the error below:
ERROR: Multiple versions of openssl are due to be built (/home/vbalestero/df63ng/df63ng-imx6-bsp-287/build/../layers/meta-toradex-bsp-common/recipes-connectivity/openssl/openssl_1.1.1d.bb /home/vbalestero/df63ng/df63ng-imx6-bsp-287/build/../layers/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb). Only one version of a given PN should be built in any given build. You likely need to set PREFERRED_VERSION_openssl to select the correct version or don't depend on multiple versions.
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Help will be appreciated.