[oe-commits] Constantin Musca : qemu: upgrade to 1.3.0

git at git.openembedded.org git at git.openembedded.org
Thu Dec 13 15:18:01 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7622c4f6c050f26f252066a0fcaacdbf340dcefa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7622c4f6c050f26f252066a0fcaacdbf340dcefa

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Mon Dec 10 10:08:13 2012 +0200

qemu: upgrade to 1.3.0

remove-hardcoded-libexec.patch: removed
    - included in the new version

qemu-vmware-vga-depth.patch: removed
    - doesn't apply anymore
    - the problem addressed by the patch is fixed by
reverting commit 1f202568e0553b416483e5993f1bde219c22cf72

Revert-vmware_vga-Add-back-some-info-in-local-state-.patch:
    - VMware VGA requires that the depth presented to the guest
to be the same as the Display Surface depth in order to do not
corrupt the display
    - do not cache the DS depth (the depth might change)
    - revert commit 1f202568

- QEMU now uses pixman (DEPENDS += "pixman")
- rearrange the recipe in order to mimic the bitbake flow
- update both variants (.tar.bz2, git)

Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 ...re_vga-Add-back-some-info-in-local-state-.patch |  114 +++++++++++++++++++
 .../qemu/{qemu-1.2.0 => files}/arm-bgr.patch       |    0
 .../enable-i386-linux-user.patch                   |    0
 .../fallback-to-safe-mmap_min_addr.patch           |    0
 .../fix-configure-checks.patch                     |    0
 .../qemu/{qemu-1.2.0 => files}/init-info.patch     |    0
 .../larger_default_ram_size.patch                  |    0
 .../qemu/{qemu-1.2.0 => files}/linker-flags.patch  |    0
 .../qemu/{qemu-1.2.0 => files}/no-strip.patch      |    0
 .../qemu/{qemu-1.2.0 => files}/powerpc_rom.bin     |  Bin 4096 -> 4096 bytes
 .../{qemu-1.2.0 => files}/relocatable_sdk.patch    |    0
 .../qemu/qemu-1.2.0/qemu-vmware-vga-depth.patch    |  106 ------------------
 .../qemu/qemu-1.2.0/remove-hardcoded-libexec.patch |   41 -------
 .../qemu/qemu-git/enable-i386-linux-user.patch     |   55 ---------
 .../qemu/qemu-git/linker-flags.patch               |   25 ----
 meta/recipes-devtools/qemu/qemu-git/no-strip.patch |   15 ---
 .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin |  Bin 4096 -> 0 bytes
 .../qemu/qemu-git/qemu-vmware-vga-depth.patch      |  118 --------------------
 .../qemu/qemu-git/remove-hardcoded-libexec.patch   |   41 -------
 meta/recipes-devtools/qemu/qemu.inc                |   66 +++++++++---
 meta/recipes-devtools/qemu/qemu_1.2.0.bb           |   52 ---------
 meta/recipes-devtools/qemu/qemu_1.3.0.bb           |   10 ++
 meta/recipes-devtools/qemu/qemu_git.bb             |   11 +--
 23 files changed, 178 insertions(+), 476 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=7622c4f6c050f26f252066a0fcaacdbf340dcefa




More information about the Openembedded-commits mailing list