summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-03-31 12:23:02 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-03-31 13:50:30 -0700
commit5884c15aa907beef1c2582a9cff63d33b04ff0bc (patch)
treefd7e924b4aa7c4c519d47a4082ddc375375d3d3d /recipes-kernel/cryptodev
parente353e020f161d6674c825e8abc9bdcece71ca8a5 (diff)
downloadmeta-freescale-5884c15aa907beef1c2582a9cff63d33b04ff0bc.tar.gz
Move from codeaurora to github
Fixes: #1469 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
index bb785831..f8ce6d6e 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
@@ -13,7 +13,7 @@ python() {
13 d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', '')) 13 d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', ''))
14} 14}
15 15
16SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1" 16SRC_URI = "git://github.com/nxp-qoriq/cryptodev-linux;protocol=https;nobranch=1"
17SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f" 17SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"