summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-28 21:59:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-06 14:38:14 +0100
commitca3886ac9601c12d22e838c41f65fd886f8d4a45 (patch)
tree54c8b75939f5d7753b6c3331166d51fb5896660b /meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
parent451c4649bbf384cd80af7a1552dc1f656ed2ce90 (diff)
downloadpoky-ca3886ac9601c12d22e838c41f65fd886f8d4a45.tar.gz
qemu: Replace use of struct ucontext with ucontext_t
(From OE-Core rev: 03b068881cc22d40c63bb23405b37ce9277460f1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.1.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.8.1.1.bb46
1 files changed, 21 insertions, 25 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb b/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
index d37dd49064..a5dc70469d 100644
--- a/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb
@@ -7,37 +7,33 @@ RDEPENDS_${PN}-ptest = "bash make"
7LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
8 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" 8 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
9 9
10SRC_URI += " \ 10SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
11 file://powerpc_rom.bin \ 11 file://powerpc_rom.bin \
12 file://disable-grabs.patch \ 12 file://disable-grabs.patch \
13 file://exclude-some-arm-EABI-obsolete-syscalls.patch \ 13 file://exclude-some-arm-EABI-obsolete-syscalls.patch \
14 file://wacom.patch \ 14 file://wacom.patch \
15 file://add-ptest-in-makefile.patch \ 15 file://add-ptest-in-makefile.patch \
16 file://run-ptest \ 16 file://run-ptest \
17 file://configure-fix-Darwin-target-detection.patch \ 17 file://configure-fix-Darwin-target-detection.patch \
18 file://qemu-enlarge-env-entry-size.patch \ 18 file://qemu-enlarge-env-entry-size.patch \
19 file://no-valgrind.patch \ 19 file://no-valgrind.patch \
20 file://pathlimit.patch \ 20 file://pathlimit.patch \
21 file://qemu-2.5.0-cflags.patch \ 21 file://qemu-2.5.0-cflags.patch \
22 file://glibc-2.25.patch \ 22 file://glibc-2.25.patch \
23" 23 file://0001-Provide-support-for-the-CUSE-TPM.patch \
24 24 file://0002-Introduce-condition-to-notify-waiters-of-completed-c.patch \
25SRC_URI += " \ 25 file://0003-Introduce-condition-in-TPM-backend-for-notification.patch \
26 file://0001-Provide-support-for-the-CUSE-TPM.patch \ 26 file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \
27 file://0002-Introduce-condition-to-notify-waiters-of-completed-c.patch \ 27 file://CVE-2016-9908.patch \
28 file://0003-Introduce-condition-in-TPM-backend-for-notification.patch \ 28 file://CVE-2016-9912.patch \
29 file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \ 29 file://0001-replace-struct-ucontext-with-ucontext_t-type.patch \
30 file://CVE-2016-9908.patch \ 30 "
31 file://CVE-2016-9912.patch \
32"
33 31
34SRC_URI_append_class-native = " \ 32SRC_URI_append_class-native = " \
35 file://fix-libcap-header-issue-on-some-distro.patch \ 33 file://fix-libcap-header-issue-on-some-distro.patch \
36 file://cpus.c-qemu_cpu_kick_thread_debugging.patch \ 34 file://cpus.c-qemu_cpu_kick_thread_debugging.patch \
37 " 35 "
38 36
39SRC_URI =+ "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
40
41SRC_URI[md5sum] = "a6a23a0c59fd0f8ec564b0fb89a79954" 37SRC_URI[md5sum] = "a6a23a0c59fd0f8ec564b0fb89a79954"
42SRC_URI[sha256sum] = "f62ab18a1fb9ff5b4c81ed44becc945b11581eff777618141bdb787da55d3638" 38SRC_URI[sha256sum] = "f62ab18a1fb9ff5b4c81ed44becc945b11581eff777618141bdb787da55d3638"
43 39