summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_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-12 23:34:24 +0100
commite52755c23c8be659f83014902df7b830dc703bb7 (patch)
treebf828aec843a9f97e4cce92de2eb7c4b927d96ae /meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
parentddd6c6bca82b7b45b9832bb555dea098fe760bea (diff)
downloadpoky-e52755c23c8be659f83014902df7b830dc703bb7.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. (From OE-Core rev: 01a4a4e24a2b61229be32f8852b2d5bc28c5689c) 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-rt_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index db7941abd1..39236d90d9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -11,8 +11,8 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "5518de2bf72df8f5274f7fd6a909db8bb09e9216" 14SRCREV_machine ?= "cc0ac94a962306ff5867e1d3c2988d2004f50c8c"
15SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1" 15SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"