summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-06-06 22:07:25 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-08 11:11:22 +0100
commit01a4a4e24a2b61229be32f8852b2d5bc28c5689c (patch)
tree33b6421bf028a3e710d828163951be689cd62718 /meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
parenteed723d09992c9b89fcb2760f8c95f69c201aa3c (diff)
downloadopenembedded-core-01a4a4e24a2b61229be32f8852b2d5bc28c5689c.tar.gz
linux-yocto/4.12: fix ppc cryptodev build
commit 6e36719fbe9 [crypto: aes-generic - fix aes-generic regression on powerpc] addresses a build regression by 4.14-stable. So we cherry pick it onto our branches while it works through the -stable process. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index ae459761f9..3171bb9d78 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -12,8 +12,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "ebe519f7ad579fedcdff91c2e32c4eef976299a6"
-SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1"
+SRCREV_machine ?= "f0905017bae82f733812b3e1a31abbf6d51f67c7"
+SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c"
PV = "${LINUX_VERSION}+git${SRCPV}"