summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-29 10:06:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:20 +0100
commita996ae62280900d76d84b5f3c472864510f26e46 (patch)
tree928f539bd48a351ad04bce06814cadd39c2eba21 /meta/recipes-kernel/linux/linux-yocto_4.1.bb
parent453c174e412605b3990d9ef4b6551320a0d98bd8 (diff)
downloadpoky-a996ae62280900d76d84b5f3c472864510f26e46.tar.gz
linux-yocto/4.1: qemuppc and qemumips build fixes
The v4.1.28 -stable update broke the build for some ppc and mips platforms. We fix the errors by backporting a missing commit for ppc: powerpc/tm: Abort syscalls in active transactions And by reverting a commit for mips (rather than backporting more changes to -mm): Revert "MIPS: Reserve nosave data for hibernation" (From OE-Core rev: 02a1d6eb52b78c7fdcfe2a64e427488e6dd9ce4d) 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.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index fb10f40811..ef3d000a2f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -13,13 +13,13 @@ KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "460340f28dd4ed608fd66692bcbac0bb24fe4aaf" 14SRCREV_machine_qemuarm ?= "460340f28dd4ed608fd66692bcbac0bb24fe4aaf"
15SRCREV_machine_qemuarm64 ?= "44af900716206d4cae283aa74e92f4118720724a" 15SRCREV_machine_qemuarm64 ?= "44af900716206d4cae283aa74e92f4118720724a"
16SRCREV_machine_qemumips ?= "9b9337aa156bd3bcf3e813455e4bbdc2895c4da1" 16SRCREV_machine_qemumips ?= "0ff21b2a5e92defa32b7cb76d39980b63a2eb5ca"
17SRCREV_machine_qemuppc ?= "44af900716206d4cae283aa74e92f4118720724a" 17SRCREV_machine_qemuppc ?= "6bd2872ce7e397d285f7df00f4d0efac286e2401"
18SRCREV_machine_qemux86 ?= "44af900716206d4cae283aa74e92f4118720724a" 18SRCREV_machine_qemux86 ?= "44af900716206d4cae283aa74e92f4118720724a"
19SRCREV_machine_qemux86-64 ?= "44af900716206d4cae283aa74e92f4118720724a" 19SRCREV_machine_qemux86-64 ?= "44af900716206d4cae283aa74e92f4118720724a"
20SRCREV_machine_qemumips64 ?= "cb03bb92ed4d45c55e7a8ecfcca714f9897da96b" 20SRCREV_machine_qemumips64 ?= "248861985b609d1cd24e8d23b7d15abfb31cbdc2"
21SRCREV_machine ?= "44af900716206d4cae283aa74e92f4118720724a" 21SRCREV_machine ?= "44af900716206d4cae283aa74e92f4118720724a"
22SRCREV_meta ?= "afbc6bd00e6fa854ae10eb67ab8c3be5112f6f41" 22SRCREV_meta ?= "0d6de63d4603b9cc3a4a68391bcb5156b9b0cf96"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"