mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +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) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ddd6c6bca8
commit
e52755c23c
@@ -11,8 +11,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "5518de2bf72df8f5274f7fd6a909db8bb09e9216"
|
||||
SRCREV_meta ?= "d1e170692e978b08f4736375cafccd58e331feb1"
|
||||
SRCREV_machine ?= "cc0ac94a962306ff5867e1d3c2988d2004f50c8c"
|
||||
SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user