From 576e136d9d6d473ce6a7ffc7abadc75e1a218418 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Sat, 15 Jan 2011 16:32:15 +0800 Subject: qemu: Upgrade from 0.12.4 to 0.13.0 Patch status: -- Removed -- arm-cp15-fix.patch arm_timer-fix-oneshot-mode.patch arm_timer-reload-timer-when-enabled.patch cursor-shadow-fix.patch -- They are already in upstream or some new changes make them useless. -- Added -- parallel_make.patch: Fix "make -j(>=6)" failure wacom-tablet-fix.patch: Fix seg fault of usb tablet. port92_fix.patch: Fix boot failure on ppc due to port 0x92 conflict. Signed-off-by: Zhai Edwin --- meta/recipes-devtools/qemu/qemu_0.13.0.bb | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu_0.13.0.bb (limited to 'meta/recipes-devtools/qemu/qemu_0.13.0.bb') diff --git a/meta/recipes-devtools/qemu/qemu_0.13.0.bb b/meta/recipes-devtools/qemu/qemu_0.13.0.bb new file mode 100644 index 000000000..945c570f7 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_0.13.0.bb @@ -0,0 +1,39 @@ +require qemu.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ + file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" + +PR = "r0" + +FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" +FILESDIR = "${WORKDIR}" + +SRC_URI = "\ + http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ + file://workaround_bad_futex_headers.patch \ + file://qemu-git-qemugl-host.patch \ + file://no-strip.patch \ + file://fix-dirent.patch \ + file://fix-nogl.patch \ + file://qemugl-allow-glxcontext-release.patch \ + file://linker-flags.patch \ + file://init-info.patch \ + file://qemu-vmware-vga-depth.patch \ + file://qemu-ppc-hack.patch \ + file://enable-i386-linux-user.patch \ + file://vmware-vga-fifo-rewind.patch \ + file://fix-configure-checks.patch \ + file://parallel_make.patch \ + file://wacom-tablet-fix.patch \ + file://port92_fix.patch \ + file://powerpc_rom.bin" + +SRC_URI[md5sum] = "397a0d665da8ba9d3b9583629f3d6421" +SRC_URI[sha256sum] = "1e6f5851b05cea6e377c835f4668408d4124cfb845f9948d922808743c5fd877" + +do_install_append () { + install -d ${D}${datadir}/qemu + install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu +} + +S = "${WORKDIR}/qemu-${PV}" -- cgit v1.2.3