diff options
| author | Ting Liu <ting.liu@nxp.com> | 2020-04-19 16:50:40 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
| commit | 291d71881ac61153d99992f5322e15635d9cd66d (patch) | |
| tree | b14beabec23e6202515c044d3f7cb0141d83de11 /recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc | |
| parent | 8e115ab460032de8a3495588b642ca82892f93b1 (diff) | |
| download | meta-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.inc | 26 |
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 @@ | |||
| 1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
| 2 | |||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | python() { | ||
| 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 | |||
| 15 | FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:" | ||
| 16 | |||
| 17 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1" | ||
| 18 | SRCREV = "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 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | CLEANBROKEN = "1" | ||
