summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_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_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_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.14.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
index c8f31a6ebc..1993ac788a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v4.14/standard/base"
11KBRANCH_qemux86-64 ?= "v4.14/standard/base" 11KBRANCH_qemux86-64 ?= "v4.14/standard/base"
12KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64" 12KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "493254190708d94e0bd22f6eb6e6c17cbdbf9764" 14SRCREV_machine_qemuarm ?= "8b98d346387e7d12941a2c0450c3c5ebc653da66"
15SRCREV_machine_qemuarm64 ?= "eeba95930402de2c0290b423c69e86b84955bf09" 15SRCREV_machine_qemuarm64 ?= "5eceba0e988844c64cc1d0b2a7b428b9765da9b0"
16SRCREV_machine_qemumips ?= "42b5e2db78595024d2fddfcadc8cd8af1266b52b" 16SRCREV_machine_qemumips ?= "e596816df1c06fb68f751736bb2e9216f93e4a5d"
17SRCREV_machine_qemuppc ?= "b87ce52358105e318fbdb7087185de9622b420b3" 17SRCREV_machine_qemuppc ?= "34cc4f2e3b441f52455832580c79b886ad47c71b"
18SRCREV_machine_qemux86 ?= "0e21580445573276ec320da0c36d56f8921f682b" 18SRCREV_machine_qemux86 ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
19SRCREV_machine_qemux86-64 ?= "0e21580445573276ec320da0c36d56f8921f682b" 19SRCREV_machine_qemux86-64 ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
20SRCREV_machine_qemumips64 ?= "c8885bcf579812bd6cfbb58b96d5d3423ccc45fc" 20SRCREV_machine_qemumips64 ?= "c50abb0247af8362692d6776139dfff03d754ff9"
21SRCREV_machine ?= "0e21580445573276ec320da0c36d56f8921f682b" 21SRCREV_machine ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
22SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1" 22SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"