summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-01 10:55:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-09 15:51:13 +0100
commitd87e41f3e33181f69de517007001dd89ef9f4e6d (patch)
treec663caea8b9bf3b8fb01d76d1ba9c06bffad44b7
parentcedd01f57ec3ffd4b543cae819e7cde28915b164 (diff)
downloadpoky-d87e41f3e33181f69de517007001dd89ef9f4e6d.tar.gz
cryptodev: Update to latest git for 6.5 kernel fixes
Update to pull in recent git changes which allow cryptodev to work with 6.5 kernels. (From OE-Core rev: cbc2e92ff3bbf1921f6a56dfe024dfbf82178dc0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 61c688f1d0..64a9c2926b 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -10,7 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \ 11SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
12 " 12 "
13SRCREV = "795f5fda1485d447cdbad342e8304be317d4f7e8" 13SRCREV = "bb8bc7cf60d2c0b097c8b3b0e807f805b577a53f"
14PV = "1.13+git${SRCPV}"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17