All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fixes for meta-toolchain without x11
@ 2012-02-23 15:31 Paul Eggleton
  2012-02-23 15:31 ` [PATCH 1/3] qemu: enable building qemu-nativesdk " Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-02-23 15:31 UTC (permalink / raw)
  To: openembedded-core

A couple of patches that fix building meta-toolchain with x11 removed
from DISTRO_FEATURES, and a patch removing QEMU 0.14.0 which is
obsolete.

The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384:

  texi2html: Fix for multilib (2012-02-22 23:01:45 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/meta-toolchain-nox
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/meta-toolchain-nox

Paul Eggleton (3):
  qemu: enable building qemu-nativesdk without x11
  libsdl: allow building without x11
  qemu: remove version 0.14.0

 ...t-and-use-GCC-atomic-builtins-for-locking.patch |   86 -
 .../qemu/qemu-0.14.0/arm-bgr.patch                 |   30 -
 .../qemu/qemu-0.14.0/enable-i386-linux-user.patch  |   55 -
 .../fallback-to-safe-mmap_min_addr.patch           |   39 -
 .../qemu/qemu-0.14.0/fix-configure-checks.patch    |   22 -
 .../qemu/qemu-0.14.0/fix-nogl.patch                |  127 -
 .../qemu/qemu-0.14.0/glflags.patch                 |   15 -
 .../qemu/qemu-0.14.0/init-info.patch               |   18 -
 .../qemu/qemu-0.14.0/larger_default_ram_size.patch |   22 -
 .../qemu/qemu-0.14.0/linker-flags.patch            |   25 -
 .../qemu/qemu-0.14.0/no-strip.patch                |   15 -
 .../qemu/qemu-0.14.0/opengl-sdl-fix.patch          |   43 -
 .../qemu/qemu-0.14.0/powerpc_rom.bin               |  Bin 4096 -> 0 bytes
 .../qemu/qemu-0.14.0/qemu-git-qemugl-host.patch    |34368 --------------------
 .../qemu/qemu-0.14.0/qemu-vmware-vga-depth.patch   |  118 -
 .../qemugl-allow-glxcontext-release.patch          |   65 -
 .../qemu/qemu-0.14.0/qemugl-fix.patch              |   74 -
 .../spice-qxl-locking-fix-for-qemu-kvm.patch       |  152 -
 meta/recipes-devtools/qemu/qemu.inc                |    3 +-
 meta/recipes-devtools/qemu/qemu_0.14.0.bb          |   48 -
 meta/recipes-devtools/qemu/qemu_0.15.1.bb          |   13 +-
 meta/recipes-graphics/libsdl/libsdl_1.2.14.bb      |   11 +-
 22 files changed, 19 insertions(+), 35330 deletions(-)
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/Detect-and-use-GCC-atomic-builtins-for-locking.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/arm-bgr.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/enable-i386-linux-user.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/fallback-to-safe-mmap_min_addr.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/fix-configure-checks.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/fix-nogl.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/larger_default_ram_size.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/linker-flags.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/no-strip.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/opengl-sdl-fix.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/powerpc_rom.bin
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemu-git-qemugl-host.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemu-vmware-vga-depth.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemugl-allow-glxcontext-release.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemugl-fix.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/spice-qxl-locking-fix-for-qemu-kvm.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu_0.14.0.bb

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-24 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 15:31 [PATCH 0/3] fixes for meta-toolchain without x11 Paul Eggleton
2012-02-23 15:31 ` [PATCH 1/3] qemu: enable building qemu-nativesdk " Paul Eggleton
2012-02-23 15:31 ` [PATCH 2/3] libsdl: allow building " Paul Eggleton
2012-02-23 15:31 ` [PATCH 3/3] qemu: remove version 0.14.0 Paul Eggleton
2012-02-24 17:02 ` [PATCH 0/3] fixes for meta-toolchain without x11 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.