From: Denys Dmytriyenko <[email protected]> Our patched version of open62541 uses entropy_poll.h header from mbedtls that is no longer being exported by version 3.x, pin to version 2.x for now.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/arago-prefs.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index 34c3c539..60d7838c 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -10,6 +10,10 @@ PREFERRED_PROVIDER_virtual/kernel:append = "${ARAGO_KERNEL_SUFFIX}" PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" +# open62541 requires entropy_poll.h which is not provided by mbedtls 3.x +PREFERRED_VERSION_mbedtls = "2.%" +PREFERRED_VERSION_nativesdk-mbedtls = "2.%" + # Setting PREFERRED_VERSIONS due to selecting a specific version of a library or # application that does not have a GPLv3 license PREFERRED_VERSION_crda = "3.18" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14737): https://lists.yoctoproject.org/g/meta-arago/message/14737 Mute This Topic: https://lists.yoctoproject.org/mt/99856670/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
