1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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>
This commit is contained in:
Bruce Ashfield
2015-02-06 16:03:25 -05:00
committed by Richard Purdie
parent 035743701f
commit 870323cac1
3 changed files with 11 additions and 11 deletions
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.29"
KMETA = "meta"
SRCREV_machine ?= "1e0bbd1dd68e255a9af7c36930debc6dd4885d0c"
SRCREV_machine ?= "f65678ef48c5d41af914d2769e4dd01411c1df96"
SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
PV = "${LINUX_VERSION}+git${SRCPV}"