You patch gets to live on Kirkstone... they backported the mbedtls change to the kirkstone branch and broke our builds. My patch works for master because there is a newer version of open 62541 on master, but fails for kirkstone. So your patch is on deck...


On 6/29/2023 1:22 PM, Denys Dmytriyenko wrote:
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"

--
Ryan Eatmon                [email protected]
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14776): 
https://lists.yoctoproject.org/g/meta-arago/message/14776
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]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to