1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 07:07:08 +00:00

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)

(From OE-Core rev: 8f18cedf2442537249483ae88cfa240aedfab5f1)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2018-06-06 22:07:25 -04:00
committed by Richard Purdie
parent 43de26b5d0
commit 5e03004baf
3 changed files with 13 additions and 13 deletions
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v4.14/standard/base"
KBRANCH_qemux86-64 ?= "v4.14/standard/base"
KBRANCH_qemumips64 ?= "v4.14/standard/mti-malta64"
SRCREV_machine_qemuarm ?= "493254190708d94e0bd22f6eb6e6c17cbdbf9764"
SRCREV_machine_qemuarm64 ?= "eeba95930402de2c0290b423c69e86b84955bf09"
SRCREV_machine_qemumips ?= "42b5e2db78595024d2fddfcadc8cd8af1266b52b"
SRCREV_machine_qemuppc ?= "b87ce52358105e318fbdb7087185de9622b420b3"
SRCREV_machine_qemux86 ?= "0e21580445573276ec320da0c36d56f8921f682b"
SRCREV_machine_qemux86-64 ?= "0e21580445573276ec320da0c36d56f8921f682b"
SRCREV_machine_qemumips64 ?= "c8885bcf579812bd6cfbb58b96d5d3423ccc45fc"
SRCREV_machine ?= "0e21580445573276ec320da0c36d56f8921f682b"
SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1"
SRCREV_machine_qemuarm ?= "8b98d346387e7d12941a2c0450c3c5ebc653da66"
SRCREV_machine_qemuarm64 ?= "5eceba0e988844c64cc1d0b2a7b428b9765da9b0"
SRCREV_machine_qemumips ?= "e596816df1c06fb68f751736bb2e9216f93e4a5d"
SRCREV_machine_qemuppc ?= "34cc4f2e3b441f52455832580c79b886ad47c71b"
SRCREV_machine_qemux86 ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
SRCREV_machine_qemux86-64 ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
SRCREV_machine_qemumips64 ?= "c50abb0247af8362692d6776139dfff03d754ff9"
SRCREV_machine ?= "ccd823982533ea9d36df09766f3a7d645b95ca7d"
SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"