summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.5.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-08-15 06:56:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:44:18 +0100
commit2a48e9007cc92fedfdb6919411859fb943eacc94 (patch)
treef3db61d9740d0cf4d3f9e9ab995c4ca50d907a0d /meta/recipes-devtools/qemu/qemu_1.5.0.bb
parent752df39cd22f0dfe9dd72a561d4f7ad09f84fae3 (diff)
downloadpoky-2a48e9007cc92fedfdb6919411859fb943eacc94.tar.gz
qemu: Fix bit extraction for MTFSFI and MTFSF
Power ISA 2.05 enhancements introduced regression in mtfsfi implementation. Fixed thusly [YOCTO #4854] (From OE-Core rev: b8952942aed77473d3b44a17112cbf6a9e83eff3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.5.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.5.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
index 91b8120cc3..d6dd743bb0 100644
--- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
@@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" 4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5 5
6SRC_URI += "file://fdt_header.patch \ 6SRC_URI += "file://fdt_header.patch \
7 file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch" 7 file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch \
8 file://target-ppc_fix_bit_extraction.patch \
9 "
8 10
9SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" 11SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
10SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16" 12SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"