| Submitter | Zhai, Edwin |
|---|---|
| Date | May 14, 2012, 2 p.m. |
| Message ID | <cover.1337003838.git.edwin.zhai@intel.com> |
| Download | mbox |
| Permalink | /patch/27575/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib gzhai/fix2Comments
Ping... On Mon, May 14, 2012 at 10:00:58PM +0800, edwin.zhai@intel.com wrote: > From: Zhai Edwin <edwin.zhai@intel.com> > > All, > This patch 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(libSDL&libGL) in building. > > [YOCTO #2407] got fixed. > > Pls. help to review and pull > > > The following changes since commit 54f38111868775c85bfe921592d8443a61952c62: > > pango: Fix modules load failure in multilib environment (2012-05-14 21:50:55 +0800) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib gzhai/fix2 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2 > > Zhai Edwin (1): > qemu: Add an option to remove host sdl/gl checking > > .../qemu/qemu-0.15.1/opengl-disable-option.patch | 172 ++++++++++++++++++++ > meta/recipes-devtools/qemu/qemu.inc | 23 +--- > meta/recipes-devtools/qemu/qemu_0.15.1.bb | 1 + > 3 files changed, 176 insertions(+), 20 deletions(-) > create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-disable-option.patch > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com> All, This patch 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(libSDL&libGL) in building. [YOCTO #2407] got fixed. Pls. help to review and pull The following changes since commit 54f38111868775c85bfe921592d8443a61952c62: pango: Fix modules load failure in multilib environment (2012-05-14 21:50:55 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib gzhai/fix2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2 Zhai Edwin (1): qemu: Add an option to remove host sdl/gl checking .../qemu/qemu-0.15.1/opengl-disable-option.patch | 172 ++++++++++++++++++++ meta/recipes-devtools/qemu/qemu.inc | 23 +--- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 1 + 3 files changed, 176 insertions(+), 20 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-disable-option.patch