summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-09-09 17:47:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-12 14:49:00 +0100
commitd107c45b2c73a0ee2849a9864b7395fb9cbddd29 (patch)
treece942d9cc8af8a44c8078234fbd70a0ddba5a694
parent6d39bf13a44ec45e11a38d9ed7466a9a6bb32c08 (diff)
downloadpoky-d107c45b2c73a0ee2849a9864b7395fb9cbddd29.tar.gz
cryptodev: bump 1 commit past 1.11 to fix 5.9-rc1+
There's one commit on top of 1.11 release that fixes builds against kernel 5.9-rc1+. (From OE-Core rev: 14ec2d2332d14d90a4b8b058b8df90d1884cfe38) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 906f4fc181..c050eda49e 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \ 6SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
7 " 7 "
8SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf" 8SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11