summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.10.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 11:32:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:23:59 +0000
commit3c28d31fed03473dbb4b2a048e9afb09001e9389 (patch)
tree80ccd152ba24e77d30df603a015e894f3a376875 /meta/recipes-devtools/qemu/qemu_2.10.0.bb
parent65d09a7d1e8bbb0867a1002d810e085f49fd76b1 (diff)
downloadpoky-3c28d31fed03473dbb4b2a048e9afb09001e9389.tar.gz
qemu: Add patch to avoid qemuppc boot hangs
qemuppc boots are occasionally hanging on the autobuilder. This adds a patch which fixes the issue in local testing. Its being discussed with upstream qemu. (From OE-Core rev: 8834117a1cbde26d0a36691a2e4635afaa3b6ea7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 87719e35db08b21cd43ab3ebd72f4567ca0fdc65) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.10.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.10.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.10.0.bb b/meta/recipes-devtools/qemu/qemu_2.10.0.bb
index 75e2a259fa..a9b4939b04 100644
--- a/meta/recipes-devtools/qemu/qemu_2.10.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.10.0.bb
@@ -28,6 +28,7 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
28 file://CVE-2017-13673.patch \ 28 file://CVE-2017-13673.patch \
29 file://CVE-2017-13672.patch \ 29 file://CVE-2017-13672.patch \
30 file://CVE-2017-14167.patch \ 30 file://CVE-2017-14167.patch \
31 file://ppc_locking.patch \
31 " 32 "
32UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar" 33UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar"
33 34