diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-03-26 18:15:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 15:46:52 +0000 |
commit | 5eceedf0326abaee632b32c7cb7ec74e6ba2d6d7 (patch) | |
tree | 121d1080898d561b9ffd59c65b69cbf6afc2f5d7 /meta/recipes-connectivity/openssl | |
parent | 815798d03b7a922f79a1989ca93e70d7231068ed (diff) | |
download | poky-5eceedf0326abaee632b32c7cb7ec74e6ba2d6d7.tar.gz |
ocf-linux: remove recipe
ocf-linux only provides header file and no kernel module is built. We
can't use ocf-linux without its implementation. And linux-yocto uses an
alternative project cryptodev-linux, so we remove ocf-linux and use
cryptodev-linux instead.
(From OE-Core rev: 45f1659f49edbceed0b75c0319880151161fdc8e)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux.inc | 24 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/ocf-linux_20120127.bb | 6 |
2 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-connectivity/openssl/ocf-linux.inc b/meta/recipes-connectivity/openssl/ocf-linux.inc deleted file mode 100644 index d6cde9ac43..0000000000 --- a/meta/recipes-connectivity/openssl/ocf-linux.inc +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUMMARY = "Installs required headers for OCF-Linux crypto acceleration support" | ||
2 | LICENSE = "BSD" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://README;md5=493ffe65655667614cf24567adf22f11" | ||
5 | |||
6 | INC_PR = "r3" | ||
7 | |||
8 | SRC_URI = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/${PV}/ocf-linux-${PV}.tar.gz" | ||
9 | |||
10 | S = "${WORKDIR}/ocf-linux-${PV}" | ||
11 | |||
12 | # Need to unpack the the ocf-linux.tar.gz file contained inside the | ||
13 | # downloaded tarball | ||
14 | # Install the OCF Linux headers so that other packages such as openssl | ||
15 | # can find them. The headers must be in a crypto directory according to | ||
16 | # the README file. | ||
17 | do_install() { | ||
18 | cd ${S} | ||
19 | install -d ${D}${includedir}/crypto | ||
20 | install -m 0644 ${S}/ocf/*.h ${D}${includedir}/crypto/ | ||
21 | } | ||
22 | |||
23 | ALLOW_EMPTY_${PN} = "1" | ||
24 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb b/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb deleted file mode 100644 index 7f4d5b38f6..0000000000 --- a/meta/recipes-connectivity/openssl/ocf-linux_20120127.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ocf-linux.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "3e68afaf6a76dfdab79540fbd6b0cbb3" | ||
6 | SRC_URI[sha256sum] = "5113609d2c2c43fde962bec1238fe5a81211a751ebb0337b54a9804d40cfef53" | ||