From b85b6118d5e0dcf8c49af956c1bbca80ec13f8c3 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Thu, 6 Jun 2013 15:08:40 +0300 Subject: qemu: update to 1.5.0 Patches removed: 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch - applied 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch - fixed different upstream Revert-vmware_vga-Add-back-some-info-in-local-state-.patch - fixed different upstream arm-bgr.patch - this should be also fixed upstream, if still issue please resend. fallback-to-safe-mmap_min_addr.patch - this should be also fixed upstream, if still issue please resend. linker-flags.patch - unneeded with makefile changes from configure the obsolete --audio-cards-list option has been removed. (From OE-Core rev: 408f933f3b5523fc26ee818a16bb4162c4343192) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta/recipes-devtools/qemu/qemu.inc') diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 0a7dc4ed2c..7caef6e9a3 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -20,13 +20,8 @@ SDL_class-nativesdk ?= "" SRC_URI = "\ file://powerpc_rom.bin \ file://no-strip.patch \ - file://linker-flags.patch \ file://fix-configure-checks.patch \ - file://fallback-to-safe-mmap_min_addr.patch \ file://larger_default_ram_size.patch \ - file://arm-bgr.patch \ - file://Revert-vmware_vga-Add-back-some-info-in-local-state-.patch \ - file://0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch \ " SRC_URI_append_class-nativesdk = "\ @@ -37,7 +32,7 @@ SRC_URI_append_class-native = "\ file://fix-libcap-header-issue-on-some-distro.patch \ " -EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370 ${SDL} --disable-curl --disable-vnc-jpeg --disable-bluez --with-system-pixman" +EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --audio-drv-list=oss,alsa --disable-curl --disable-vnc-jpeg --disable-bluez --with-system-pixman" EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \ --disable-curl \ -- cgit v1.2.3-54-g00ecf