aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-06 16:03:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-08 08:00:30 +0000
commit870323cac1e40e8f95ea7bd6f425a85dcfbab612 (patch)
treea98526a896d92f4086cd78c279220849ba5da49e /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
parent035743701f0acb6c6e0fe072801c724f49a75c05 (diff)
downloadopenembedded-core-contrib-870323cac1e40e8f95ea7bd6f425a85dcfbab612.tar.gz
linux-yocto/3.14: fix qemumips build error
The merge of the 3.14 -stable series triggered a build failure in the 32 bit mips builds. Updating the SRCREVs to import the fix for the issue. (From OE-Core rev: 234b4feef24ffe0cea9b6d88d9c51a05ee63db9e) 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_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 342debe2c9..8e2189654b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,8 +3,8 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "c9291eb73e9729480c651cca73babdb29e193ad4"
-SRCREV_machine_qemuppc ?= "35bfb41271634b66522164efeb424822993899c7"
+SRCREV_machine ?= "fbe20225d041672b110e93c3ad171737b69e2126"
+SRCREV_machine_qemuppc ?= "11f38e2b2a63c5b1138617c197b3f5b96cd74a65"
SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"