From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../cryptodev/cryptodev-qoriq-1.10.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bsp/meta-freescale/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc (limited to 'bsp/meta-freescale/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc') diff --git a/bsp/meta-freescale/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc b/bsp/meta-freescale/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc new file mode 100644 index 00000000..bb785831 --- /dev/null +++ b/bsp/meta-freescale/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc @@ -0,0 +1,21 @@ +HOMEPAGE = "http://cryptodev-linux.org/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +python() { + d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) + pkgs = d.getVar('PACKAGES').split() + for p in pkgs: + if '-qoriq' in p: + d.appendVar("RPROVIDES_" + p, ' ' + p.replace('-qoriq', '')) + d.appendVar("RCONFLICTS_" + p, ' ' + p.replace('-qoriq', '')) + d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', '')) +} + +SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1" +SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f" + +S = "${WORKDIR}/git" + +CLEANBROKEN = "1" -- cgit 1.2.3-korg