summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.3.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.3.0.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.3.0.bb b/meta/recipes-devtools/qemu/qemu_2.3.0.bb
deleted file mode 100644
index cae0ad123a..0000000000
--- a/meta/recipes-devtools/qemu/qemu_2.3.0.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://qemu-CVE-2015-3456.patch \
10 file://01-xen-properly-gate-host-writes-of-modified-PCI-CFG-contents-CVE-2015-4103.patch \
11 file://02-xen-dont-allow-guest-to-control-MSI-mask-register-CVE-2015-4104.patch \
12 file://03-xen-MSI-X-limit-error-messages-CVE-2015-4105.patch \
13 file://04-xen-MSI-dont-open-code-pass-through-of-enable-bit-mod-CVE-2015-4106.patch \
14 file://05-xen-pt-consolidate-PM-capability-emu_mask-CVE-2015-4106.patch \
15 file://06-xen-pt-correctly-handle-PM-status-bit-CVE-2015-4106.patch \
16 file://07-xen-pt-split-out-calculation-of-throughable-mask-CVE-2015-4106.patch \
17 file://08-xen-pt-mark-all-PCIe-capability-bits-read-only-CVE-2015-4106.patch \
18 file://09-xen-pt-mark-reserved-bits-in-PCI-config-space-fields-CVE-2015-4106.patch \
19 file://10-xen-pt-add-a-few-PCI-config-space-field-descriptions-CVE-2015-4106.patch \
20 file://11-xen-pt-unknown-PCI-config-space-fields-should-be-readonly-CVE-2015-4106.patch \
21 file://qemu-fix-CVE-2015-3209.patch \
22 "
23SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
24SRC_URI[md5sum] = "2fab3ea4460de9b57192e5b8b311f221"
25SRC_URI[sha256sum] = "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588"
26
27COMPATIBLE_HOST_class-target_mips64 = "null"
28
29do_install_append() {
30 # Prevent QA warnings about installed ${localstatedir}/run
31 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
32}