From: Denys Dmytriyenko <[email protected]> Need to be migrated to openssl 1.1, as 1.0 is deprecated now.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroup-arago-base-tisdk-server-extra.bb | 17 +++++++++-------- .../packagegroup-arago-tisdk-addons-sdk-target.bb | 12 +++++++----- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb index 564a799..1c68ba9 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb @@ -75,11 +75,13 @@ ARAGO_PYTHON = "\ python \ " -ARAGO_SECURE_STORAGE = "\ - ti-softhsmv2 \ - libp11 \ - engine-pkcs11 \ - " +ARAGO_SECURE_STORAGE = "" +# All these secure storage packages need to be +# migrated to openssl 1.1 +# ti-softhsmv2 \ +# libp11 \ +# engine-pkcs11 \ +# " # ipsecmgr has been disabled for a while # disable ipsecmgr-mod,hplib-mod due to K4.14 API changes @@ -153,9 +155,8 @@ ARAGO_TI_PKGS_append_k2e = "\ hyplnk-lld \ " -ARAGO_VTUN = "\ - vtun \ -" +# vtun does not build against openssl 1.1 +ARAGO_VTUN = "" # vtun does not support aarch64 ARAGO_VTUN_aarch64 = "" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index 2b69b82..088468c 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -25,11 +25,13 @@ UTILS_append_keystone = "\ libsdl-dev \ " -TI_SECURE_STORAGE_DEV = "\ - ti-softhsmv2-dev \ - libp11-dev \ - libp11-staticdev \ - " +TI_SECURE_STORAGE_DEV = "" +# All these secure storage packages need to be +# migrated to openssl 1.1 +# ti-softhsmv2-dev \ +# libp11-dev \ +# libp11-staticdev \ +# " # Disable ipsecmgr due to libnl and xfrm conflict # ipsecmgr-dev -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
