diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-05-06 18:21:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:35 +0100 |
commit | 19d57558994e66e2463e03d12e9e90d99988ec8d (patch) | |
tree | 6f6232b6f9df622759eaf3378e1b4b280de57b6b /meta/recipes-devtools/qemu/qemu_2.3.0.bb | |
parent | fc94b83be48c891b0250a286cf43befd5b66994a (diff) | |
download | poky-19d57558994e66e2463e03d12e9e90d99988ec8d.tar.gz |
qemu: upgrade to 2.3.0
Qemu-Arm-versatilepb-Add-memory-size-checking.patch
brought up to date;
37ed3bf1ee07bb1a26adca0df8718f601f231c0b.patch removed,
integrated upstream;
glx enable config option changed to opengl enable,
update accordingly.
(From OE-Core rev: b88e3808533a7280c85e570a1359efcba8dcc4bd)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.3.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.3.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.3.0.bb b/meta/recipes-devtools/qemu/qemu_2.3.0.bb new file mode 100644 index 0000000000..25c5e4d539 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_2.3.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require qemu.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | ||
4 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | ||
5 | |||
6 | SRC_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 | " | ||
10 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | ||
11 | SRC_URI[md5sum] = "2fab3ea4460de9b57192e5b8b311f221" | ||
12 | SRC_URI[sha256sum] = "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588" | ||
13 | |||
14 | COMPATIBLE_HOST_class-target_mips64 = "null" | ||
15 | |||
16 | do_install_append() { | ||
17 | # Prevent QA warnings about installed ${localstatedir}/run | ||
18 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
19 | } | ||