summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-19 16:50:40 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-20 16:17:28 -0300
commit291d71881ac61153d99992f5322e15635d9cd66d (patch)
treeb14beabec23e6202515c044d3f7cb0141d83de11 /recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
parent8e115ab460032de8a3495588b642ca82892f93b1 (diff)
downloadmeta-freescale-291d71881ac61153d99992f5322e15635d9cd66d.tar.gz
cryptodev: upgrade to 1.10
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
deleted file mode 100644
index ad54fc9e9..000000000
--- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
+++ /dev/null
@@ -1,26 +0,0 @@
1HOMEPAGE = "http://cryptodev-linux.org/"
2
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6python() {
7 pkgs = d.getVar('PACKAGES').split()
8 for p in pkgs:
9 if 'cryptodev-qoriq' in p:
10 d.appendVar("RPROVIDES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev'))
11 d.appendVar("RCONFLICTS_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev'))
12 d.appendVar("RREPLACES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev'))
13}
14
15FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:"
16
17SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1"
18SRCREV = "479e6e7f071e252c0c37ea38d38fdb4cd808f496"
19
20# NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc
21# if pkc-host does not need customized cryptodev patches anymore
22#SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}"
23
24S = "${WORKDIR}/git"
25
26CLEANBROKEN = "1"