| Submitter | Scott Garman |
|---|---|
| Date | April 17, 2012, 11:33 p.m. |
| Message ID | <cover.1334705370.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/26107/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib sgarman/glxgears-oeComments
On 04/17/2012 04:33 PM, Scott Garman wrote: > Hello, > > This pull request fixes a bug where glxgears would fail with the > following error: > > Error: couldn't get an RGB, Double-buffered visual. > > This was occurring for images which use RPM because do_rootfs could > allow qemugl to be installed after libgl1, and qemugl's postinst needs > to run after libgl1 is installed to replace the libGL library. > > This commit changes the postinst to run at first boot instead of during > do_rootfs. > > This is an urgent fix to include with 1.2. - [YOCTO #2309] > > The following changes since commit dc0fe3fbf9ca862c1d0d90468e6da326f58e3b41: > > qemugl: make postinst run at first boot (2012-04-18 00:21:51 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib sgarman/glxgears-oe > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=glxgears-oe > > Scott Garman (1): > qemugl: make postinst run at first boot > > meta/recipes-graphics/mesa/qemugl_git.bb | 16 +++++++++++----- > 1 files changed, 11 insertions(+), 5 deletions(-) > Merged into OE-Core Thanks Sau!