[oe-commits] Zhai Edwin : qemu: Add an option to remove host sdl/gl checking

git at git.openembedded.org git at git.openembedded.org
Wed May 30 11:05:49 UTC 2012


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

Author: Zhai Edwin <edwin.zhai at intel.com>
Date:   Tue May 29 16:30:33 2012 +0800

qemu: Add an option to remove host sdl/gl checking

Add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail when missing
  host dependency(libSDL and libGL).
* End user can also choose to turn off GL capability, thus remove the host
  dependence in building.

[YOCTO #2407] got fixed.

Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../qemu/qemu-0.15.1/dummy-gl-config.patch         |   31 +++++
 .../qemu/qemu-0.15.1/glflags.patch                 |   40 ++++--
 .../qemu/qemu-0.15.1/opengl-disable-option.patch   |  137 ++++++++++++++++++++
 meta/recipes-devtools/qemu/qemu.inc                |   23 +---
 meta/recipes-devtools/qemu/qemu_0.15.1.bb          |    4 +-
 5 files changed, 203 insertions(+), 32 deletions(-)

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




More information about the Openembedded-commits mailing list