diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-08 12:13:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-10 15:16:48 +0000 |
commit | 37a0775984ea89e03c6d30a487bf069af75d3c83 (patch) | |
tree | 342d114adaac0067c666bc5b477b56b83a20b30d /meta/recipes-devtools/qemu/qemu_1.6.1.bb | |
parent | ae1ca61bd4b0f2f742040ca35fc7a562e80c89ae (diff) | |
download | poky-37a0775984ea89e03c6d30a487bf069af75d3c83.tar.gz |
qemu: upgrade to 1.7.0
linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
file no longer needed, included in upstream.
qemu-native tested on all architectures,
host machine is Ubuntu Linux 13.10 x86-64.
Basic X11 and networking tests performed.
(From OE-Core rev: 0f81a4b17ab9ea1b3cc69629aec3f3d2176f8153)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.6.1.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.6.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.6.1.bb b/meta/recipes-devtools/qemu/qemu_1.6.1.bb deleted file mode 100644 index 03e28a0fcb..0000000000 --- a/meta/recipes-devtools/qemu/qemu_1.6.1.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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://fxrstorssefix.patch" | ||
7 | |||
8 | SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" | ||
9 | SRC_URI[md5sum] = "3a897d722457c5a895cd6ac79a28fda0" | ||
10 | SRC_URI[sha256sum] = "fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294" | ||
11 | |||
12 | COMPATIBLE_HOST_class-target_mips64 = "null" | ||
13 | |||
14 | do_install_append() { | ||
15 | # Prevent QA warnings about installed ${localstatedir}/run | ||
16 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
17 | } | ||