From: Denys Dmytriyenko <de...@konsulko.com>

OMAP3 platforms used OCF-Linux, a Linux port of the OpenBSD/FreeBSD
Cryptographic Framework (OCF) for Crypto HW acceleration. Later, an
alternative Cryptodev-linux API standard became dominant for newer
platforms. Remove deprecated module.

Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
---
 .../ti-ocf-crypto-module_1.0.bb                    | 35 ----------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb

diff --git a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb 
b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb
deleted file mode 100644
index 946f2ce..0000000
--- a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Builds Crypto module used by OCF-Linux driver in OpenSSL 
example applications"
-HOMEPAGE = "https://gforge.ti.com/gf/project/arm_crypto/";
-LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = 
"file://Makefile;beginline=1;endline=16;md5=acc0590f80e72fd64ad5c16cad8f4f76 \
-                    
file://ocf_omap3_crypto.c;beginline=436;endline=438;md5=a52cad5c37c3aa3f27c6391552967304"
-
-COMPATIBLE_MACHINE = "am37x-evm|am3517-evm"
-
-DEPENDS += "virtual/kernel"
-
-SRC_URI = 
"svn://gforge.ti.com/svn/arm_crypto/;module=trunk;protocol=https;user=anonymous;pswd=''"
-
-#gforge source revision
-SRCREV = "17"
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-S = "${WORKDIR}/trunk"
-
-inherit module
-
-MACHINE_KERNEL_PR:append = "b"
-PR = "${MACHINE_KERNEL_PR}"
-PV:append = "+svn${SRCPV}"
-
-EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}"
-
-do_compile:prepend () {
-    sed -i "s/arm-none-linux-gnueabi-/${TARGET_PREFIX}/g" ${S}/Makefile
-}
-
-do_install () {
-        install -d ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/
-        install -m 0755 ${S}/ocf_omap3_cryptok.ko 
${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/
-}
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14323): 
https://lists.yoctoproject.org/g/meta-ti/message/14323
Mute This Topic: https://lists.yoctoproject.org/mt/88709633/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to