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:14:38 +0100 |
commit | b88e3808533a7280c85e570a1359efcba8dcc4bd (patch) | |
tree | c7fd4ac52f2848a18de114b21c022a8490f0d4fd /meta/recipes-devtools/qemu/qemu_2.3.0.bb | |
parent | 5de08f4bfa84534083b771f449a5584f0528a90a (diff) | |
download | openembedded-core-b88e3808533a7280c85e570a1359efcba8dcc4bd.tar.gz openembedded-core-b88e3808533a7280c85e570a1359efcba8dcc4bd.tar.bz2 openembedded-core-b88e3808533a7280c85e570a1359efcba8dcc4bd.zip |
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.
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 @@ +require qemu.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ + file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" + +SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ + file://qemu-enlarge-env-entry-size.patch \ + file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ + " +SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" +SRC_URI[md5sum] = "2fab3ea4460de9b57192e5b8b311f221" +SRC_URI[sha256sum] = "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588" + +COMPATIBLE_HOST_class-target_mips64 = "null" + +do_install_append() { + # Prevent QA warnings about installed ${localstatedir}/run + if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi +} |